Html Css Color HEX #B959DC Medium Orchid

📋 copy color: '#B959DC'

red 185 ◦ green 89 ◦ blue 220

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

Shades of Medium Orchid #B959DC

Tints of Medium Orchid #B959DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.53%

R = 37.45%
G = 18.02%
B = 44.53%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B959DC (or 0xB959DC) is known color: Medium Orchid. HEX triplet: B9, 59 and DC. RGB value is (185,89,220). Sum of RGB (Red+Green+Blue) = 185+89+220=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 89 (35.16% from 255 or 18.02% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #B959DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B959DC is #46A623. Grayscale: #848484. Windows color (decimal): -4630052 or 14440889. OLE color: 14440889.

HSL color Cylindrical-coordinate representation of color #B959DC: hue angle of 283.97º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B959DC is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 89 220 -
CMYK 0.16 0.60 0 0.14
HSL 283.97º 0.65% 0.61% -
HSV(B) 283.97º 0.6% 0.86% -
XYZ 36.5 22.63 70.15 -
YUV 132.64 177.3 165.35 -
System Red Green Blue C M Y K H S L
Decimal 185 89 220 0.16 0.60 0 0.14 283.97 0.65 0.61
Hex B9 59 DC 10 3C 0 E 11C 41 3D
Octal 271 131 334 20 74 0 16 434 101 75
Binary 10111001 1011001 11011100 10000 111100 0 1110 100011100 1000001 111101

Color Harmonies of #B959DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B959DC

Black with #B959DC

Text Example


Text Example

White with #B959DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B959DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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