Html Css Color HEX #B555CE Medium Orchid

📋 copy color: '#B555CE'

red 181 ◦ green 85 ◦ blue 206

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

Shades of Medium Orchid #B555CE

Tints of Medium Orchid #B555CE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.01%

 BLUE value IS 206 (80.86% from 255) = 43.64%

R = 38.35%
G = 18.01%
B = 43.64%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B555CE (or 0xB555CE) is known color: Medium Orchid. HEX triplet: B5, 55 and CE. RGB value is (181,85,206). Sum of RGB (Red+Green+Blue) = 181+85+206=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 85 (33.59% from 255 or 18.01% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #B555CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B555CE is #4AAA31. Grayscale: #7F7F7F. Windows color (decimal): -4893234 or 13522357. OLE color: 13522357.

HSL color Cylindrical-coordinate representation of color #B555CE: hue angle of 287.6º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B555CE is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 85 206 -
CMYK 0.12 0.59 0 0.19
HSL 287.6º 0.55% 0.57% -
HSV(B) 287.6º 0.59% 0.81% -
XYZ 33.45 20.78 60.64 -
YUV 127.5 172.3 166.16 -
System Red Green Blue C M Y K H S L
Decimal 181 85 206 0.12 0.59 0 0.19 287.6 0.55 0.57
Hex B5 55 CE C 3B 0 13 120 37 39
Octal 265 125 316 14 73 0 23 440 67 71
Binary 10110101 1010101 11001110 1100 111011 0 10011 100100000 110111 111001

Color Harmonies of #B555CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B555CE

Black with #B555CE

Text Example


Text Example

White with #B555CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B555CE; }

 p { color: rgb(181,85,206); }

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

background-color css

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

 a { background-color: rgb(181,85,206); }

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

border-color css

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

 span { border-color: rgb(181,85,206); }

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