#B55CEB

Color #B55CEB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B55CEB

Tints of Medium Orchid #B55CEB

Color information

#B55CEB (or 0xB55CEB) is unknown color: approx Medium Orchid. HEX triplet: B5, 5C and EB. RGB value is (181,92,235). Sum of RGB (Red+Green+Blue) = 181+92+235=508 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.63% from 508); Green value is 92 (36.33% from 255 or 18.11% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #B55CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55CEB is #4AA314. Grayscale: #868686. Windows color (decimal): -4891413 or 15424693. OLE color: 15424693.

HSL color Cylindrical-coordinate representation of color #B55CEB: hue angle of 277.34º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B55CEB is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18192235-
CMYK0.230.6100.08
HSL277.34º78.14%64.12%-
HSV(B)277.34º60.85%92.16%-
XYZ37.8823.4881.13-
YUV134.91184.49160.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 35.63%
GREEN value IS 92 (36.33% from 255) = 18.11%
BLUE value IS 235 (92.19% from 255) = 46.26%
R=35.63%
G=18.11%
B=46.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal181922350.230.6100.08277.3478.1464.12
HexB55CEB173D081154e40
Octal2651343532775010425116100
Binary10110101101110011101011101111111010100010001010110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55CEB; }

 p { color: rgb(181,92,235); }

 H1.HeaderClassName
 {
   color: #B55CEB;
 }
 .AnyTagClassName
 {
   color: #B55CEB;
 }
</style>
background-color css

<style>
 a { background-color: #B55CEB; }

 a { background-color: rgb(181,92,235); }

 div.DivClassName
 {
   background-color: #B55CEB;
 }
 .BgClassName
 {
   background-color: #B55CEB;
 }
</style>
border-color css

<style>
 span { border-color: #B55CEB; }

 span { border-color: rgb(181,92,235); }

 td.TdClassName
 {
   border-color: #B55CEB;
 }
 .TagClassName
 {
   border-color: #B55CEB;
 }
</style>