Html Css Color HEX #B55CCC Medium Orchid

📋 copy color: '#B55CCC'

red 181 ◦ green 92 ◦ blue 204

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

Shades of Medium Orchid #B55CCC

Tints of Medium Orchid #B55CCC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.29%

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

R = 37.95%
G = 19.29%
B = 42.77%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B55CCC (or 0xB55CCC) is known color: Medium Orchid. HEX triplet: B5, 5C and CC. RGB value is (181,92,204). Sum of RGB (Red+Green+Blue) = 181+92+204=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #B55CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55CCC is #4AA333. Grayscale: #838383. Windows color (decimal): -4891444 or 13393077. OLE color: 13393077.

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

Color convert

RGB 181 92 204 -
CMYK 0.11 0.55 0 0.2
HSL 287.68º 0.52% 0.58% -
HSV(B) 287.68º 0.55% 0.8% -
XYZ 33.78 21.84 59.56 -
YUV 131.38 168.99 163.39 -
System Red Green Blue C M Y K H S L
Decimal 181 92 204 0.11 0.55 0 0.2 287.68 0.52 0.58
Hex B5 5C CC B 37 0 14 120 34 3A
Octal 265 134 314 13 67 0 24 440 64 72
Binary 10110101 1011100 11001100 1011 110111 0 10100 100100000 110100 111010

Color Harmonies of #B55CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55CCC

Black with #B55CCC

Text Example


Text Example

White with #B55CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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