Html Css Color HEX #B057EC Medium Orchid

📋 copy color: '#B057EC'

red 176 ◦ green 87 ◦ blue 236

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

Shades of Medium Orchid #B057EC

Tints of Medium Orchid #B057EC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.43%

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

R = 35.27%
G = 17.43%
B = 47.29%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B057EC (or 0xB057EC) is known color: Medium Orchid. HEX triplet: B0, 57 and EC. RGB value is (176,87,236). Sum of RGB (Red+Green+Blue) = 176+87+236=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 87 (34.38% from 255 or 17.43% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #B057EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B057EC is #4FA813. Grayscale: #828282. Windows color (decimal): -5220372 or 15488944. OLE color: 15488944.

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

Color convert

RGB 176 87 236 -
CMYK 0.25 0.63 0 0.07
HSL 275.84º 0.8% 0.63% -
HSV(B) 275.84º 0.63% 0.93% -
XYZ 36.45 22.1 81.7 -
YUV 130.6 187.49 160.38 -
System Red Green Blue C M Y K H S L
Decimal 176 87 236 0.25 0.63 0 0.07 275.84 0.8 0.63
Hex B0 57 EC 19 3F 0 7 114 50 3F
Octal 260 127 354 31 77 0 7 424 120 77
Binary 10110000 1010111 11101100 11001 111111 0 111 100010100 1010000 111111

Color Harmonies of #B057EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B057EC

Black with #B057EC

Text Example


Text Example

White with #B057EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B057EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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