Html Css Color HEX #B55ECC Medium Orchid

📋 copy color: '#B55ECC'

red 181 ◦ green 94 ◦ blue 204

#B55ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B55ECC

Tints of Medium Orchid #B55ECC

RGB

 RED value IS 181 (71.09% from 255) = 37.79%

 GREEN value IS 94 (37.11% from 255) = 19.62%

 BLUE value IS 204 (80.08% from 255) = 42.59%

R = 37.79%
G = 19.62%
B = 42.59%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B55ECC (or 0xB55ECC) is known color: Medium Orchid. HEX triplet: B5, 5E and CC. RGB value is (181,94,204). Sum of RGB (Red+Green+Blue) = 181+94+204=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #B55ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55ECC is #4AA133. Grayscale: #848484. Windows color (decimal): -4890932 or 13393589. OLE color: 13393589.

HSL color Cylindrical-coordinate representation of color #B55ECC: hue angle of 287.45º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B55ECC is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 94 204 -
CMYK 0.11 0.54 0 0.2
HSL 287.45º 0.52% 0.58% -
HSV(B) 287.45º 0.54% 0.8% -
XYZ 33.96 22.19 59.62 -
YUV 132.55 168.32 162.56 -
System Red Green Blue C M Y K H S L
Decimal 181 94 204 0.11 0.54 0 0.2 287.45 0.52 0.58
Hex B5 5E CC B 36 0 14 11F 34 3A
Octal 265 136 314 13 66 0 24 437 64 72
Binary 10110101 1011110 11001100 1011 110110 0 10100 100011111 110100 111010

Color Harmonies of #B55ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55ECC

Black with #B55ECC

Text Example


Text Example

White with #B55ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55ECC; }

 p { color: rgb(181,94,204); }

 H1.HeaderClassName
 {
   color: #B55ECC;
 }
 .AnyTagClassName
 {
   color: #B55ECC;
 }
</style>

background-color css

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

 a { background-color: rgb(181,94,204); }

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

border-color css

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

 span { border-color: rgb(181,94,204); }

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