Html Css Color HEX #B059DB Medium Orchid

📋 copy color: '#B059DB'

red 176 ◦ green 89 ◦ blue 219

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

Shades of Medium Orchid #B059DB

Tints of Medium Orchid #B059DB

RGB

 RED value IS 176 (69.14% from 255) = 36.36%

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

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

R = 36.36%
G = 18.39%
B = 45.25%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B059DB (or 0xB059DB) is known color: Medium Orchid. HEX triplet: B0, 59 and DB. RGB value is (176,89,219). Sum of RGB (Red+Green+Blue) = 176+89+219=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 89 (35.16% from 255 or 18.39% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #B059DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B059DB is #4FA624. Grayscale: #818181. Windows color (decimal): -5219877 or 14375344. OLE color: 14375344.

HSL color Cylindrical-coordinate representation of color #B059DB: hue angle of 280.15º 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 #B059DB is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 89 219 -
CMYK 0.20 0.59 0 0.14
HSL 280.15º 0.64% 0.6% -
HSV(B) 280.15º 0.59% 0.86% -
XYZ 34.26 21.49 69.36 -
YUV 129.83 178.32 160.93 -
System Red Green Blue C M Y K H S L
Decimal 176 89 219 0.20 0.59 0 0.14 280.15 0.64 0.6
Hex B0 59 DB 14 3B 0 E 118 40 3C
Octal 260 131 333 24 73 0 16 430 100 74
Binary 10110000 1011001 11011011 10100 111011 0 1110 100011000 1000000 111100

Color Harmonies of #B059DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B059DB

Black with #B059DB

Text Example


Text Example

White with #B059DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B059DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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