Html Css Color HEX #B959D1 Medium Orchid

📋 copy color: '#B959D1'

red 185 ◦ green 89 ◦ blue 209

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

Shades of Medium Orchid #B959D1

Tints of Medium Orchid #B959D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.27%

R = 38.3%
G = 18.43%
B = 43.27%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B959D1 (or 0xB959D1) is known color: Medium Orchid. HEX triplet: B9, 59 and D1. RGB value is (185,89,209). Sum of RGB (Red+Green+Blue) = 185+89+209=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 209 - color contains mainly: blue. Hex color #B959D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B959D1 is #46A62E. Grayscale: #838383. Windows color (decimal): -4630063 or 13719993. OLE color: 13719993.

HSL color Cylindrical-coordinate representation of color #B959D1: hue angle of 288º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B959D1 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 89 209 -
CMYK 0.11 0.57 0 0.18
HSL 288º 0.57% 0.58% -
HSV(B) 288º 0.57% 0.82% -
XYZ 35.09 22.06 62.73 -
YUV 131.38 171.8 166.24 -
System Red Green Blue C M Y K H S L
Decimal 185 89 209 0.11 0.57 0 0.18 288 0.57 0.58
Hex B9 59 D1 B 39 0 12 120 39 3A
Octal 271 131 321 13 71 0 22 440 71 72
Binary 10111001 1011001 11010001 1011 111001 0 10010 100100000 111001 111010

Color Harmonies of #B959D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B959D1

Black with #B959D1

Text Example


Text Example

White with #B959D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B959D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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