Html Css Color HEX #B056CC Medium Orchid

📋 copy color: '#B056CC'

red 176 ◦ green 86 ◦ blue 204

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

Shades of Medium Orchid #B056CC

Tints of Medium Orchid #B056CC

RGB

 RED value IS 176 (69.14% from 255) = 37.77%

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

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

R = 37.77%
G = 18.45%
B = 43.78%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B056CC (or 0xB056CC) is known color: Medium Orchid. HEX triplet: B0, 56 and CC. RGB value is (176,86,204). Sum of RGB (Red+Green+Blue) = 176+86+204=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 86 (33.98% from 255 or 18.45% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #B056CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B056CC is #4FA933. Grayscale: #7D7D7D. Windows color (decimal): -5220660 or 13391536. OLE color: 13391536.

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

Color convert

RGB 176 86 204 -
CMYK 0.14 0.58 0 0.2
HSL 285.76º 0.54% 0.57% -
HSV(B) 285.76º 0.58% 0.8% -
XYZ 32.13 20.25 59.34 -
YUV 126.36 171.82 163.41 -
System Red Green Blue C M Y K H S L
Decimal 176 86 204 0.14 0.58 0 0.2 285.76 0.54 0.57
Hex B0 56 CC E 3A 0 14 11E 36 39
Octal 260 126 314 16 72 0 24 436 66 71
Binary 10110000 1010110 11001100 1110 111010 0 10100 100011110 110110 111001

Color Harmonies of #B056CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B056CC

Black with #B056CC

Text Example


Text Example

White with #B056CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B056CC; }

 p { color: rgb(176,86,204); }

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

background-color css

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

 a { background-color: rgb(176,86,204); }

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

border-color css

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

 span { border-color: rgb(176,86,204); }

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