Html Css Color HEX #B057CA Medium Orchid

📋 copy color: '#B057CA'

red 176 ◦ green 87 ◦ blue 202

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

Shades of Medium Orchid #B057CA

Tints of Medium Orchid #B057CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.44%

R = 37.85%
G = 18.71%
B = 43.44%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B057CA (or 0xB057CA) is known color: Medium Orchid. HEX triplet: B0, 57 and CA. RGB value is (176,87,202). Sum of RGB (Red+Green+Blue) = 176+87+202=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 87 (34.38% from 255 or 18.71% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #B057CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B057CA is #4FA835. Grayscale: #7E7E7E. Windows color (decimal): -5220406 or 13260720. OLE color: 13260720.

HSL color Cylindrical-coordinate representation of color #B057CA: hue angle of 286.43º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B057CA is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 87 202 -
CMYK 0.13 0.57 0 0.21
HSL 286.43º 0.52% 0.57% -
HSV(B) 286.43º 0.57% 0.79% -
XYZ 31.97 20.31 58.11 -
YUV 126.72 170.49 163.15 -
System Red Green Blue C M Y K H S L
Decimal 176 87 202 0.13 0.57 0 0.21 286.43 0.52 0.57
Hex B0 57 CA D 39 0 15 11E 34 39
Octal 260 127 312 15 71 0 25 436 64 71
Binary 10110000 1010111 11001010 1101 111001 0 10101 100011110 110100 111001

Color Harmonies of #B057CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B057CA

Black with #B057CA

Text Example


Text Example

White with #B057CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B057CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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