Html Css Color HEX #B057CC Medium Orchid

📋 copy color: '#B057CC'

red 176 ◦ green 87 ◦ blue 204

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

Shades of Medium Orchid #B057CC

Tints of Medium Orchid #B057CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.68%

R = 37.69%
G = 18.63%
B = 43.68%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B057CC (or 0xB057CC) is known color: Medium Orchid. HEX triplet: B0, 57 and CC. RGB value is (176,87,204). Sum of RGB (Red+Green+Blue) = 176+87+204=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 87 (34.38% from 255 or 18.63% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #B057CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B057CC is #4FA833. Grayscale: #7E7E7E. Windows color (decimal): -5220404 or 13391792. OLE color: 13391792.

HSL color Cylindrical-coordinate representation of color #B057CC: hue angle of 285.64º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B057CC is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 176 87 204 -
CMYK 0.14 0.57 0 0.2
HSL 285.64º 0.53% 0.57% -
HSV(B) 285.64º 0.57% 0.8% -
XYZ 32.21 20.41 59.37 -
YUV 126.95 171.49 162.99 -
System Red Green Blue C M Y K H S L
Decimal 176 87 204 0.14 0.57 0 0.2 285.64 0.53 0.57
Hex B0 57 CC E 39 0 14 11E 35 39
Octal 260 127 314 16 71 0 24 436 65 71
Binary 10110000 1010111 11001100 1110 111001 0 10100 100011110 110101 111001

Color Harmonies of #B057CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B057CC

Black with #B057CC

Text Example


Text Example

White with #B057CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B057CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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