Html Css Color HEX #B63472 Medium Red Violet

📋 copy color: '#B63472'

red 182 ◦ green 52 ◦ blue 114

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

Shades of Medium Red Violet #B63472

Tints of Medium Red Violet #B63472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.94%

 BLUE value IS 114 (44.92% from 255) = 32.76%

R = 52.3%
G = 14.94%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B63472 (or 0xB63472) is known color: Medium Red Violet. HEX triplet: B6, 34 and 72. RGB value is (182,52,114). Sum of RGB (Red+Green+Blue) = 182+52+114=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B63472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63472 is #49CB8D. Grayscale: #616161. Windows color (decimal): -4836238 or 7484598. OLE color: 7484598.

HSL color Cylindrical-coordinate representation of color #B63472: hue angle of 331.38º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B63472 is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 52 114 -
CMYK 0 0.71 0.37 0.29
HSL 331.38º 0.56% 0.46% -
HSV(B) 331.38º 0.71% 0.71% -
XYZ 23.56 13.62 17.31 -
YUV 97.94 137.07 187.96 -
System Red Green Blue C M Y K H S L
Decimal 182 52 114 0 0.71 0.37 0.29 331.38 0.56 0.46
Hex B6 34 72 0 47 25 1D 14B 38 2E
Octal 266 64 162 0 107 45 35 513 70 56
Binary 10110110 110100 1110010 0 1000111 100101 11101 101001011 111000 101110

Color Harmonies of #B63472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63472

Black with #B63472

Text Example


Text Example

White with #B63472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63472; }

 p { color: rgb(182,52,114); }

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

background-color css

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

 a { background-color: rgb(182,52,114); }

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

border-color css

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

 span { border-color: rgb(182,52,114); }

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