Html Css Color HEX #B0257C Medium Red Violet

📋 copy color: '#B0257C'

red 176 ◦ green 37 ◦ blue 124

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

Shades of Medium Red Violet #B0257C

Tints of Medium Red Violet #B0257C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.98%

 BLUE value IS 124 (48.83% from 255) = 36.8%

R = 52.23%
G = 10.98%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0257C (or 0xB0257C) is known color: Medium Red Violet. HEX triplet: B0, 25 and 7C. RGB value is (176,37,124). Sum of RGB (Red+Green+Blue) = 176+37+124=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B0257C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0257C is #4FDA83. Grayscale: #585858. Windows color (decimal): -5233284 or 8136112. OLE color: 8136112.

HSL color Cylindrical-coordinate representation of color #B0257C: hue angle of 322.45º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B0257C is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 37 124 -
CMYK 0 0.79 0.30 0.31
HSL 322.45º 0.65% 0.42% -
HSV(B) 322.45º 0.79% 0.69% -
XYZ 22.2 12.01 20.22 -
YUV 88.48 148.05 190.43 -
System Red Green Blue C M Y K H S L
Decimal 176 37 124 0 0.79 0.30 0.31 322.45 0.65 0.42
Hex B0 25 7C 0 4F 1E 1F 142 41 2A
Octal 260 45 174 0 117 36 37 502 101 52
Binary 10110000 100101 1111100 0 1001111 11110 11111 101000010 1000001 101010

Color Harmonies of #B0257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0257C

Black with #B0257C

Text Example


Text Example

White with #B0257C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0257C; }

 p { color: rgb(176,37,124); }

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

background-color css

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

 a { background-color: rgb(176,37,124); }

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

border-color css

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

 span { border-color: rgb(176,37,124); }

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