Html Css Color HEX #B62474 Medium Red Violet

📋 copy color: '#B62474'

red 182 ◦ green 36 ◦ blue 116

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

Shades of Medium Red Violet #B62474

Tints of Medium Red Violet #B62474

RGB

 RED value IS 182 (71.48% from 255) = 54.49%

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

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

R = 54.49%
G = 10.78%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B62474 (or 0xB62474) is known color: Medium Red Violet. HEX triplet: B6, 24 and 74. RGB value is (182,36,116). Sum of RGB (Red+Green+Blue) = 182+36+116=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B62474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62474 is #49DB8B. Grayscale: #585858. Windows color (decimal): -4840332 or 7611574. OLE color: 7611574.

HSL color Cylindrical-coordinate representation of color #B62474: hue angle of 327.12º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B62474 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 36 116 -
CMYK 0 0.80 0.36 0.29
HSL 327.12º 0.67% 0.43% -
HSV(B) 327.12º 0.8% 0.71% -
XYZ 23.07 12.47 17.71 -
YUV 88.77 143.37 194.5 -
System Red Green Blue C M Y K H S L
Decimal 182 36 116 0 0.80 0.36 0.29 327.12 0.67 0.43
Hex B6 24 74 0 50 24 1D 147 43 2B
Octal 266 44 164 0 120 44 35 507 103 53
Binary 10110110 100100 1110100 0 1010000 100100 11101 101000111 1000011 101011

Color Harmonies of #B62474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62474

Black with #B62474

Text Example


Text Example

White with #B62474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62474; }

 p { color: rgb(182,36,116); }

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

background-color css

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

 a { background-color: rgb(182,36,116); }

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

border-color css

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

 span { border-color: rgb(182,36,116); }

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