Html Css Color HEX #B057CE Medium Orchid

📋 copy color: '#B057CE'

red 176 ◦ green 87 ◦ blue 206

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

Shades of Medium Orchid #B057CE

Tints of Medium Orchid #B057CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.92%

R = 37.53%
G = 18.55%
B = 43.92%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B057CE (or 0xB057CE) is known color: Medium Orchid. HEX triplet: B0, 57 and CE. RGB value is (176,87,206). Sum of RGB (Red+Green+Blue) = 176+87+206=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 87 (34.38% from 255 or 18.55% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #B057CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B057CE is #4FA831. Grayscale: #7E7E7E. Windows color (decimal): -5220402 or 13522864. OLE color: 13522864.

HSL color Cylindrical-coordinate representation of color #B057CE: hue angle of 284.87º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B057CE is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 87 206 -
CMYK 0.15 0.58 0 0.19
HSL 284.87º 0.55% 0.57% -
HSV(B) 284.87º 0.58% 0.81% -
XYZ 32.45 20.5 60.64 -
YUV 127.18 172.49 162.82 -
System Red Green Blue C M Y K H S L
Decimal 176 87 206 0.15 0.58 0 0.19 284.87 0.55 0.57
Hex B0 57 CE F 3A 0 13 11D 37 39
Octal 260 127 316 17 72 0 23 435 67 71
Binary 10110000 1010111 11001110 1111 111010 0 10011 100011101 110111 111001

Color Harmonies of #B057CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B057CE

Black with #B057CE

Text Example


Text Example

White with #B057CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B057CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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