Html Css Color HEX #B2257C Medium Red Violet

📋 copy color: '#B2257C'

red 178 ◦ green 37 ◦ blue 124

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

Shades of Medium Red Violet #B2257C

Tints of Medium Red Violet #B2257C

RGB

 RED value IS 178 (69.92% from 255) = 52.51%

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

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

R = 52.51%
G = 10.91%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2257C (or 0xB2257C) is known color: Medium Red Violet. HEX triplet: B2, 25 and 7C. RGB value is (178,37,124). Sum of RGB (Red+Green+Blue) = 178+37+124=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B2257C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2257C is #4DDA83. Grayscale: #585858. Windows color (decimal): -5102212 or 8136114. OLE color: 8136114.

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

Color convert

RGB 178 37 124 -
CMYK 0 0.79 0.30 0.30
HSL 322.98º 0.66% 0.42% -
HSV(B) 322.98º 0.79% 0.7% -
XYZ 22.66 12.24 20.24 -
YUV 89.08 147.71 191.43 -
System Red Green Blue C M Y K H S L
Decimal 178 37 124 0 0.79 0.30 0.30 322.98 0.66 0.42
Hex B2 25 7C 0 4F 1E 1E 143 42 2A
Octal 262 45 174 0 117 36 36 503 102 52
Binary 10110010 100101 1111100 0 1001111 11110 11110 101000011 1000010 101010

Color Harmonies of #B2257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2257C

Black with #B2257C

Text Example


Text Example

White with #B2257C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2257C; }

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

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

background-color css

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

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

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

border-color css

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

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

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