Html Css Color HEX #B55CC9 Medium Orchid

📋 copy color: '#B55CC9'

red 181 ◦ green 92 ◦ blue 201

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

Shades of Medium Orchid #B55CC9

Tints of Medium Orchid #B55CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.41%

R = 38.19%
G = 19.41%
B = 42.41%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B55CC9 (or 0xB55CC9) is known color: Medium Orchid. HEX triplet: B5, 5C and C9. RGB value is (181,92,201). Sum of RGB (Red+Green+Blue) = 181+92+201=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 92 (36.33% from 255 or 19.41% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 201 - color contains mainly: blue. Hex color #B55CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55CC9 is #4AA336. Grayscale: #828282. Windows color (decimal): -4891447 or 13196469. OLE color: 13196469.

HSL color Cylindrical-coordinate representation of color #B55CC9: hue angle of 288.99º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B55CC9 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 92 201 -
CMYK 0.10 0.54 0 0.21
HSL 288.99º 0.5% 0.57% -
HSV(B) 288.99º 0.54% 0.79% -
XYZ 33.43 21.7 57.68 -
YUV 131.04 167.49 163.64 -
System Red Green Blue C M Y K H S L
Decimal 181 92 201 0.10 0.54 0 0.21 288.99 0.5 0.57
Hex B5 5C C9 A 36 0 15 121 32 39
Octal 265 134 311 12 66 0 25 441 62 71
Binary 10110101 1011100 11001001 1010 110110 0 10101 100100001 110010 111001

Color Harmonies of #B55CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55CC9

Black with #B55CC9

Text Example


Text Example

White with #B55CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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