Html Css Color HEX #B959DF Medium Orchid

📋 copy color: '#B959DF'

red 185 ◦ green 89 ◦ blue 223

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

Shades of Medium Orchid #B959DF

Tints of Medium Orchid #B959DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.87%

R = 37.22%
G = 17.91%
B = 44.87%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B959DF (or 0xB959DF) is known color: Medium Orchid. HEX triplet: B9, 59 and DF. RGB value is (185,89,223). Sum of RGB (Red+Green+Blue) = 185+89+223=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 89 (35.16% from 255 or 17.91% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #B959DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B959DF is #46A620. Grayscale: #848484. Windows color (decimal): -4630049 or 14637497. OLE color: 14637497.

HSL color Cylindrical-coordinate representation of color #B959DF: hue angle of 282.99º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B959DF is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 89 223 -
CMYK 0.17 0.60 0 0.13
HSL 282.99º 0.68% 0.61% -
HSV(B) 282.99º 0.6% 0.87% -
XYZ 36.9 22.79 72.27 -
YUV 132.98 178.8 165.1 -
System Red Green Blue C M Y K H S L
Decimal 185 89 223 0.17 0.60 0 0.13 282.99 0.68 0.61
Hex B9 59 DF 11 3C 0 D 11B 44 3D
Octal 271 131 337 21 74 0 15 433 104 75
Binary 10111001 1011001 11011111 10001 111100 0 1101 100011011 1000100 111101

Color Harmonies of #B959DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B959DF

Black with #B959DF

Text Example


Text Example

White with #B959DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B959DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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