Html Css Color HEX #B2247B Medium Red Violet

📋 copy color: '#B2247B'

red 178 ◦ green 36 ◦ blue 123

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

Shades of Medium Red Violet #B2247B

Tints of Medium Red Violet #B2247B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.68%

 BLUE value IS 123 (48.44% from 255) = 36.5%

R = 52.82%
G = 10.68%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2247B (or 0xB2247B) is known color: Medium Red Violet. HEX triplet: B2, 24 and 7B. RGB value is (178,36,123). Sum of RGB (Red+Green+Blue) = 178+36+123=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B2247B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2247B is #4DDB84. Grayscale: #585858. Windows color (decimal): -5102469 or 8070322. OLE color: 8070322.

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

Color convert

RGB 178 36 123 -
CMYK 0 0.80 0.31 0.30
HSL 323.24º 0.66% 0.42% -
HSV(B) 323.24º 0.8% 0.7% -
XYZ 22.57 12.16 19.9 -
YUV 88.38 147.54 191.93 -
System Red Green Blue C M Y K H S L
Decimal 178 36 123 0 0.80 0.31 0.30 323.24 0.66 0.42
Hex B2 24 7B 0 50 1F 1E 143 42 2A
Octal 262 44 173 0 120 37 36 503 102 52
Binary 10110010 100100 1111011 0 1010000 11111 11110 101000011 1000010 101010

Color Harmonies of #B2247B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2247B

Black with #B2247B

Text Example


Text Example

White with #B2247B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2247B; }

 p { color: rgb(178,36,123); }

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

background-color css

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

 a { background-color: rgb(178,36,123); }

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

border-color css

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

 span { border-color: rgb(178,36,123); }

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