Html Css Color HEX #B057EF Medium Orchid

📋 copy color: '#B057EF'

red 176 ◦ green 87 ◦ blue 239

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

Shades of Medium Orchid #B057EF

Tints of Medium Orchid #B057EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.61%

R = 35.06%
G = 17.33%
B = 47.61%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B057EF (or 0xB057EF) is known color: Medium Orchid. HEX triplet: B0, 57 and EF. RGB value is (176,87,239). Sum of RGB (Red+Green+Blue) = 176+87+239=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 87 (34.38% from 255 or 17.33% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #B057EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B057EF is #4FA810. Grayscale: #828282. Windows color (decimal): -5220369 or 15685552. OLE color: 15685552.

HSL color Cylindrical-coordinate representation of color #B057EF: hue angle of 275.13º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B057EF is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 87 239 -
CMYK 0.26 0.64 0 0.06
HSL 275.13º 0.83% 0.64% -
HSV(B) 275.13º 0.64% 0.94% -
XYZ 36.89 22.28 84.02 -
YUV 130.94 188.99 160.14 -
System Red Green Blue C M Y K H S L
Decimal 176 87 239 0.26 0.64 0 0.06 275.13 0.83 0.64
Hex B0 57 EF 1A 40 0 6 113 53 40
Octal 260 127 357 32 100 0 6 423 123 100
Binary 10110000 1010111 11101111 11010 1000000 0 110 100010011 1010011 1000000

Color Harmonies of #B057EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B057EF

Black with #B057EF

Text Example


Text Example

White with #B057EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B057EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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