Html Css Color HEX #B556CE Medium Orchid

📋 copy color: '#B556CE'

red 181 ◦ green 86 ◦ blue 206

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

Shades of Medium Orchid #B556CE

Tints of Medium Orchid #B556CE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.18%

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

R = 38.27%
G = 18.18%
B = 43.55%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B556CE (or 0xB556CE) is known color: Medium Orchid. HEX triplet: B5, 56 and CE. RGB value is (181,86,206). Sum of RGB (Red+Green+Blue) = 181+86+206=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 86 (33.98% from 255 or 18.18% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #B556CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B556CE is #4AA931. Grayscale: #7F7F7F. Windows color (decimal): -4892978 or 13522613. OLE color: 13522613.

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

Color convert

RGB 181 86 206 -
CMYK 0.12 0.58 0 0.19
HSL 287.5º 0.55% 0.57% -
HSV(B) 287.5º 0.58% 0.81% -
XYZ 33.52 20.94 60.67 -
YUV 128.09 171.97 165.74 -
System Red Green Blue C M Y K H S L
Decimal 181 86 206 0.12 0.58 0 0.19 287.5 0.55 0.57
Hex B5 56 CE C 3A 0 13 120 37 39
Octal 265 126 316 14 72 0 23 440 67 71
Binary 10110101 1010110 11001110 1100 111010 0 10011 100100000 110111 111001

Color Harmonies of #B556CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B556CE

Black with #B556CE

Text Example


Text Example

White with #B556CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B556CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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