Html Css Color HEX #B057E7 Medium Orchid

📋 copy color: '#B057E7'

red 176 ◦ green 87 ◦ blue 231

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

Shades of Medium Orchid #B057E7

Tints of Medium Orchid #B057E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.76%

R = 35.63%
G = 17.61%
B = 46.76%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B057E7 (or 0xB057E7) is known color: Medium Orchid. HEX triplet: B0, 57 and E7. RGB value is (176,87,231). Sum of RGB (Red+Green+Blue) = 176+87+231=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 87 (34.38% from 255 or 17.61% from 494); Blue value is 231 (90.62% from 255 or 46.76% from 494); Max value from RGB is 231 - color contains mainly: blue. Hex color #B057E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B057E7 is #4FA818. Grayscale: #818181. Windows color (decimal): -5220377 or 15161264. OLE color: 15161264.

HSL color Cylindrical-coordinate representation of color #B057E7: hue angle of 277.08º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B057E7 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 176 87 231 -
CMYK 0.24 0.62 0 0.09
HSL 277.08º 0.75% 0.62% -
HSV(B) 277.08º 0.62% 0.91% -
XYZ 35.74 21.82 77.93 -
YUV 130.03 184.99 160.79 -
System Red Green Blue C M Y K H S L
Decimal 176 87 231 0.24 0.62 0 0.09 277.08 0.75 0.62
Hex B0 57 E7 18 3E 0 9 115 4B 3E
Octal 260 127 347 30 76 0 11 425 113 76
Binary 10110000 1010111 11100111 11000 111110 0 1001 100010101 1001011 111110

Color Harmonies of #B057E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B057E7

Black with #B057E7

Text Example


Text Example

White with #B057E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B057E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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