Html Css Color HEX #B956CC Medium Orchid

📋 copy color: '#B956CC'

red 185 ◦ green 86 ◦ blue 204

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

Shades of Medium Orchid #B956CC

Tints of Medium Orchid #B956CC

RGB

 RED value IS 185 (72.66% from 255) = 38.95%

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

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

R = 38.95%
G = 18.11%
B = 42.95%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B956CC (or 0xB956CC) is known color: Medium Orchid. HEX triplet: B9, 56 and CC. RGB value is (185,86,204). Sum of RGB (Red+Green+Blue) = 185+86+204=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #B956CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B956CC is #46A933. Grayscale: #808080. Windows color (decimal): -4630836 or 13391545. OLE color: 13391545.

HSL color Cylindrical-coordinate representation of color #B956CC: hue angle of 290.34º 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 #B956CC is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 86 204 -
CMYK 0.09 0.58 0 0.2
HSL 290.34º 0.54% 0.57% -
HSV(B) 290.34º 0.58% 0.8% -
XYZ 34.23 21.33 59.44 -
YUV 129.05 170.3 167.91 -
System Red Green Blue C M Y K H S L
Decimal 185 86 204 0.09 0.58 0 0.2 290.34 0.54 0.57
Hex B9 56 CC 9 3A 0 14 122 36 39
Octal 271 126 314 11 72 0 24 442 66 71
Binary 10111001 1010110 11001100 1001 111010 0 10100 100100010 110110 111001

Color Harmonies of #B956CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B956CC

Black with #B956CC

Text Example


Text Example

White with #B956CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B956CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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