Html Css Color HEX #B057CF Medium Orchid

📋 copy color: '#B057CF'

red 176 ◦ green 87 ◦ blue 207

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

Shades of Medium Orchid #B057CF

Tints of Medium Orchid #B057CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.04%

R = 37.45%
G = 18.51%
B = 44.04%

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

#B057CF (or 0xB057CF) is known color: Medium Orchid. HEX triplet: B0, 57 and CF. RGB value is (176,87,207). Sum of RGB (Red+Green+Blue) = 176+87+207=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 87 (34.38% from 255 or 18.51% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #B057CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B057CF is #4FA830. Grayscale: #7E7E7E. Windows color (decimal): -5220401 or 13588400. OLE color: 13588400.

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

Color convert

RGB 176 87 207 -
CMYK 0.15 0.58 0 0.19
HSL 284.5º 0.56% 0.58% -
HSV(B) 284.5º 0.58% 0.81% -
XYZ 32.58 20.55 61.28 -
YUV 127.29 172.99 162.74 -
System Red Green Blue C M Y K H S L
Decimal 176 87 207 0.15 0.58 0 0.19 284.5 0.56 0.58
Hex B0 57 CF F 3A 0 13 11C 38 3A
Octal 260 127 317 17 72 0 23 434 70 72
Binary 10110000 1010111 11001111 1111 111010 0 10011 100011100 111000 111010

Color Harmonies of #B057CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B057CF

Black with #B057CF

Text Example


Text Example

White with #B057CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B057CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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