Html Css Color HEX #B959DB Medium Orchid

📋 copy color: '#B959DB'

red 185 ◦ green 89 ◦ blue 219

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

Shades of Medium Orchid #B959DB

Tints of Medium Orchid #B959DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.42%

R = 37.53%
G = 18.05%
B = 44.42%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B959DB (or 0xB959DB) is known color: Medium Orchid. HEX triplet: B9, 59 and DB. RGB value is (185,89,219). Sum of RGB (Red+Green+Blue) = 185+89+219=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 89 (35.16% from 255 or 18.05% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #B959DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B959DB is #46A624. Grayscale: #848484. Windows color (decimal): -4630053 or 14375353. OLE color: 14375353.

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

Color convert

RGB 185 89 219 -
CMYK 0.16 0.59 0 0.14
HSL 284.31º 0.64% 0.6% -
HSV(B) 284.31º 0.59% 0.86% -
XYZ 36.37 22.57 69.46 -
YUV 132.52 176.8 165.43 -
System Red Green Blue C M Y K H S L
Decimal 185 89 219 0.16 0.59 0 0.14 284.31 0.64 0.6
Hex B9 59 DB 10 3B 0 E 11C 40 3C
Octal 271 131 333 20 73 0 16 434 100 74
Binary 10111001 1011001 11011011 10000 111011 0 1110 100011100 1000000 111100

Color Harmonies of #B959DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B959DB

Black with #B959DB

Text Example


Text Example

White with #B959DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B959DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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