Html Css Color HEX #B959D7 Medium Orchid

📋 copy color: '#B959D7'

red 185 ◦ green 89 ◦ blue 215

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

Shades of Medium Orchid #B959D7

Tints of Medium Orchid #B959D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.97%

R = 37.83%
G = 18.2%
B = 43.97%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B959D7 (or 0xB959D7) is known color: Medium Orchid. HEX triplet: B9, 59 and D7. RGB value is (185,89,215). Sum of RGB (Red+Green+Blue) = 185+89+215=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 89 (35.16% from 255 or 18.20% from 489); Blue value is 215 (84.38% from 255 or 43.97% from 489); Max value from RGB is 215 - color contains mainly: blue. Hex color #B959D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B959D7 is #46A628. Grayscale: #838383. Windows color (decimal): -4630057 or 14113209. OLE color: 14113209.

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

Color convert

RGB 185 89 215 -
CMYK 0.14 0.59 0 0.16
HSL 285.71º 0.61% 0.6% -
HSV(B) 285.71º 0.59% 0.84% -
XYZ 35.85 22.37 66.72 -
YUV 132.07 174.8 165.75 -
System Red Green Blue C M Y K H S L
Decimal 185 89 215 0.14 0.59 0 0.16 285.71 0.61 0.6
Hex B9 59 D7 E 3B 0 10 11E 3D 3C
Octal 271 131 327 16 73 0 20 436 75 74
Binary 10111001 1011001 11010111 1110 111011 0 10000 100011110 111101 111100

Color Harmonies of #B959D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B959D7

Black with #B959D7

Text Example


Text Example

White with #B959D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B959D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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