Html Css Color HEX #B42274 Medium Red Violet

📋 copy color: '#B42274'

red 180 ◦ green 34 ◦ blue 116

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

Shades of Medium Red Violet #B42274

Tints of Medium Red Violet #B42274

RGB

 RED value IS 180 (70.7% from 255) = 54.55%

 GREEN value IS 34 (13.67% from 255) = 10.3%

 BLUE value IS 116 (45.7% from 255) = 35.15%

R = 54.55%
G = 10.3%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B42274 (or 0xB42274) is known color: Medium Red Violet. HEX triplet: B4, 22 and 74. RGB value is (180,34,116). Sum of RGB (Red+Green+Blue) = 180+34+116=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 34 (13.67% from 255 or 10.30% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B42274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42274 is #4BDD8B. Grayscale: #565656. Windows color (decimal): -4971916 or 7611060. OLE color: 7611060.

HSL color Cylindrical-coordinate representation of color #B42274: hue angle of 326.3º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42274 is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 34 116 -
CMYK 0 0.81 0.36 0.29
HSL 326.3º 0.68% 0.42% -
HSV(B) 326.3º 0.81% 0.71% -
XYZ 22.55 12.11 17.67 -
YUV 87 144.37 194.33 -
System Red Green Blue C M Y K H S L
Decimal 180 34 116 0 0.81 0.36 0.29 326.3 0.68 0.42
Hex B4 22 74 0 51 24 1D 146 44 2A
Octal 264 42 164 0 121 44 35 506 104 52
Binary 10110100 100010 1110100 0 1010001 100100 11101 101000110 1000100 101010

Color Harmonies of #B42274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42274

Black with #B42274

Text Example


Text Example

White with #B42274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42274; }

 p { color: rgb(180,34,116); }

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

background-color css

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

 a { background-color: rgb(180,34,116); }

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

border-color css

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

 span { border-color: rgb(180,34,116); }

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