Html Css Color HEX #B62B84 Medium Red Violet

📋 copy color: '#B62B84'

red 182 ◦ green 43 ◦ blue 132

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

Shades of Medium Red Violet #B62B84

Tints of Medium Red Violet #B62B84

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.04%

 BLUE value IS 132 (51.95% from 255) = 36.97%

R = 50.98%
G = 12.04%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B62B84 (or 0xB62B84) is known color: Medium Red Violet. HEX triplet: B6, 2B and 84. RGB value is (182,43,132). Sum of RGB (Red+Green+Blue) = 182+43+132=357 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.98% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 182 - color contains mainly: red. Hex color #B62B84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62B84 is #49D47B. Grayscale: #5E5E5E. Windows color (decimal): -4838524 or 8661942. OLE color: 8661942.

HSL color Cylindrical-coordinate representation of color #B62B84: hue angle of 321.58º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B62B84 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 43 132 -
CMYK 0 0.76 0.27 0.29
HSL 321.58º 0.62% 0.44% -
HSV(B) 321.58º 0.76% 0.71% -
XYZ 24.32 13.34 23.12 -
YUV 94.71 149.05 190.26 -
System Red Green Blue C M Y K H S L
Decimal 182 43 132 0 0.76 0.27 0.29 321.58 0.62 0.44
Hex B6 2B 84 0 4C 1B 1D 142 3E 2C
Octal 266 53 204 0 114 33 35 502 76 54
Binary 10110110 101011 10000100 0 1001100 11011 11101 101000010 111110 101100

Color Harmonies of #B62B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62B84

Black with #B62B84

Text Example


Text Example

White with #B62B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62B84; }

 p { color: rgb(182,43,132); }

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

background-color css

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

 a { background-color: rgb(182,43,132); }

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

border-color css

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

 span { border-color: rgb(182,43,132); }

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