Html Css Color HEX #B059E4 Medium Orchid

📋 copy color: '#B059E4'

red 176 ◦ green 89 ◦ blue 228

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

Shades of Medium Orchid #B059E4

Tints of Medium Orchid #B059E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 46.25%

R = 35.7%
G = 18.05%
B = 46.25%

CMYK

 C value IS 0.23

 M value IS 0.61

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B059E4 (or 0xB059E4) is known color: Medium Orchid. HEX triplet: B0, 59 and E4. RGB value is (176,89,228). Sum of RGB (Red+Green+Blue) = 176+89+228=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 89 (35.16% from 255 or 18.05% from 493); Blue value is 228 (89.45% from 255 or 46.25% from 493); Max value from RGB is 228 - color contains mainly: blue. Hex color #B059E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B059E4 is #4FA61B. Grayscale: #828282. Windows color (decimal): -5219868 or 14965168. OLE color: 14965168.

HSL color Cylindrical-coordinate representation of color #B059E4: hue angle of 277.55º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B059E4 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 89 228 -
CMYK 0.23 0.61 0 0.11
HSL 277.55º 0.72% 0.62% -
HSV(B) 277.55º 0.61% 0.89% -
XYZ 35.48 21.98 75.77 -
YUV 130.86 182.82 160.2 -
System Red Green Blue C M Y K H S L
Decimal 176 89 228 0.23 0.61 0 0.11 277.55 0.72 0.62
Hex B0 59 E4 17 3D 0 B 116 48 3E
Octal 260 131 344 27 75 0 13 426 110 76
Binary 10110000 1011001 11100100 10111 111101 0 1011 100010110 1001000 111110

Color Harmonies of #B059E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B059E4

Black with #B059E4

Text Example


Text Example

White with #B059E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B059E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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