Html Css Color HEX #B2428A Medium Red Violet

📋 copy color: '#B2428A'

red 178 ◦ green 66 ◦ blue 138

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

Shades of Medium Red Violet #B2428A

Tints of Medium Red Violet #B2428A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.28%

 BLUE value IS 138 (54.3% from 255) = 36.13%

R = 46.6%
G = 17.28%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2428A (or 0xB2428A) is known color: Medium Red Violet. HEX triplet: B2, 42 and 8A. RGB value is (178,66,138). Sum of RGB (Red+Green+Blue) = 178+66+138=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B2428A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2428A is #4DBD75. Grayscale: #6B6B6B. Windows color (decimal): -5094774 or 9061042. OLE color: 9061042.

HSL color Cylindrical-coordinate representation of color #B2428A: hue angle of 321.43º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B2428A is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 66 138 -
CMYK 0 0.63 0.22 0.30
HSL 321.43º 0.46% 0.48% -
HSV(B) 321.43º 0.63% 0.7% -
XYZ 24.9 15.2 25.67 -
YUV 107.7 145.11 178.15 -
System Red Green Blue C M Y K H S L
Decimal 178 66 138 0 0.63 0.22 0.30 321.43 0.46 0.48
Hex B2 42 8A 0 3F 16 1E 141 2E 30
Octal 262 102 212 0 77 26 36 501 56 60
Binary 10110010 1000010 10001010 0 111111 10110 11110 101000001 101110 110000

Color Harmonies of #B2428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2428A

Black with #B2428A

Text Example


Text Example

White with #B2428A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2428A; }

 p { color: rgb(178,66,138); }

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

background-color css

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

 a { background-color: rgb(178,66,138); }

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

border-color css

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

 span { border-color: rgb(178,66,138); }

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