Html Css Color HEX #B059EC Medium Orchid

📋 copy color: '#B059EC'

red 176 ◦ green 89 ◦ blue 236

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

Shades of Medium Orchid #B059EC

Tints of Medium Orchid #B059EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.11%

R = 35.13%
G = 17.76%
B = 47.11%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B059EC (or 0xB059EC) is known color: Medium Orchid. HEX triplet: B0, 59 and EC. RGB value is (176,89,236). Sum of RGB (Red+Green+Blue) = 176+89+236=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 89 (35.16% from 255 or 17.76% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #B059EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B059EC is #4FA613. Grayscale: #838383. Windows color (decimal): -5219860 or 15489456. OLE color: 15489456.

HSL color Cylindrical-coordinate representation of color #B059EC: hue angle of 275.51º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B059EC is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 89 236 -
CMYK 0.25 0.62 0 0.07
HSL 275.51º 0.79% 0.64% -
HSV(B) 275.51º 0.62% 0.93% -
XYZ 36.62 22.43 81.76 -
YUV 131.77 186.82 159.55 -
System Red Green Blue C M Y K H S L
Decimal 176 89 236 0.25 0.62 0 0.07 275.51 0.79 0.64
Hex B0 59 EC 19 3E 0 7 114 4F 40
Octal 260 131 354 31 76 0 7 424 117 100
Binary 10110000 1011001 11101100 11001 111110 0 111 100010100 1001111 1000000

Color Harmonies of #B059EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B059EC

Black with #B059EC

Text Example


Text Example

White with #B059EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B059EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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