Html Css Color HEX #B059DA Medium Orchid

📋 copy color: '#B059DA'

red 176 ◦ green 89 ◦ blue 218

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

Shades of Medium Orchid #B059DA

Tints of Medium Orchid #B059DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.13%

R = 36.44%
G = 18.43%
B = 45.13%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B059DA (or 0xB059DA) is known color: Medium Orchid. HEX triplet: B0, 59 and DA. RGB value is (176,89,218). Sum of RGB (Red+Green+Blue) = 176+89+218=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #B059DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B059DA is #4FA625. Grayscale: #818181. Windows color (decimal): -5219878 or 14309808. OLE color: 14309808.

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

Color convert

RGB 176 89 218 -
CMYK 0.19 0.59 0 0.15
HSL 280.47º 0.64% 0.6% -
HSV(B) 280.47º 0.59% 0.85% -
XYZ 34.13 21.44 68.67 -
YUV 129.72 177.82 161.01 -
System Red Green Blue C M Y K H S L
Decimal 176 89 218 0.19 0.59 0 0.15 280.47 0.64 0.6
Hex B0 59 DA 13 3B 0 F 118 40 3C
Octal 260 131 332 23 73 0 17 430 100 74
Binary 10110000 1011001 11011010 10011 111011 0 1111 100011000 1000000 111100

Color Harmonies of #B059DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B059DA

Black with #B059DA

Text Example


Text Example

White with #B059DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B059DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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