Html Css Color HEX #B059DD Medium Orchid

📋 copy color: '#B059DD'

red 176 ◦ green 89 ◦ blue 221

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

Shades of Medium Orchid #B059DD

Tints of Medium Orchid #B059DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.47%

R = 36.21%
G = 18.31%
B = 45.47%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B059DD (or 0xB059DD) is known color: Medium Orchid. HEX triplet: B0, 59 and DD. RGB value is (176,89,221). Sum of RGB (Red+Green+Blue) = 176+89+221=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 89 (35.16% from 255 or 18.31% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #B059DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B059DD is #4FA622. Grayscale: #818181. Windows color (decimal): -5219875 or 14506416. OLE color: 14506416.

HSL color Cylindrical-coordinate representation of color #B059DD: hue angle of 279.55º degrees, saturation: 0.66, 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 #B059DD is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 89 221 -
CMYK 0.20 0.60 0 0.13
HSL 279.55º 0.66% 0.61% -
HSV(B) 279.55º 0.6% 0.87% -
XYZ 34.53 21.6 70.76 -
YUV 130.06 179.32 160.77 -
System Red Green Blue C M Y K H S L
Decimal 176 89 221 0.20 0.60 0 0.13 279.55 0.66 0.61
Hex B0 59 DD 14 3C 0 D 118 42 3D
Octal 260 131 335 24 74 0 15 430 102 75
Binary 10110000 1011001 11011101 10100 111100 0 1101 100011000 1000010 111101

Color Harmonies of #B059DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B059DD

Black with #B059DD

Text Example


Text Example

White with #B059DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B059DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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