Html Css Color HEX #B959CC Medium Orchid

📋 copy color: '#B959CC'

red 185 ◦ green 89 ◦ blue 204

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

Shades of Medium Orchid #B959CC

Tints of Medium Orchid #B959CC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.62%

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

R = 38.7%
G = 18.62%
B = 42.68%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B959CC (or 0xB959CC) is known color: Medium Orchid. HEX triplet: B9, 59 and CC. RGB value is (185,89,204). Sum of RGB (Red+Green+Blue) = 185+89+204=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 89 (35.16% from 255 or 18.62% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #B959CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B959CC is #46A633. Grayscale: #828282. Windows color (decimal): -4630068 or 13392313. OLE color: 13392313.

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

Color convert

RGB 185 89 204 -
CMYK 0.09 0.56 0 0.2
HSL 290.09º 0.53% 0.57% -
HSV(B) 290.09º 0.56% 0.8% -
XYZ 34.48 21.82 59.52 -
YUV 130.81 169.3 166.65 -
System Red Green Blue C M Y K H S L
Decimal 185 89 204 0.09 0.56 0 0.2 290.09 0.53 0.57
Hex B9 59 CC 9 38 0 14 122 35 39
Octal 271 131 314 11 70 0 24 442 65 71
Binary 10111001 1011001 11001100 1001 111000 0 10100 100100010 110101 111001

Color Harmonies of #B959CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B959CC

Black with #B959CC

Text Example


Text Example

White with #B959CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B959CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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