Html Css Color HEX #B62B97 Medium Red Violet

📋 copy color: '#B62B97'

red 182 ◦ green 43 ◦ blue 151

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

Shades of Medium Red Violet #B62B97

Tints of Medium Red Violet #B62B97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 40.16%

R = 48.4%
G = 11.44%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B62B97 (or 0xB62B97) is known color: Medium Red Violet. HEX triplet: B6, 2B and 97. RGB value is (182,43,151). Sum of RGB (Red+Green+Blue) = 182+43+151=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 43 (17.19% from 255 or 11.44% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B62B97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62B97 is #49D468. Grayscale: #606060. Windows color (decimal): -4838505 or 9907126. OLE color: 9907126.

HSL color Cylindrical-coordinate representation of color #B62B97: hue angle of 313.38º 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 #B62B97 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 43 151 -
CMYK 0 0.76 0.17 0.29
HSL 313.38º 0.62% 0.44% -
HSV(B) 313.38º 0.76% 0.71% -
XYZ 25.74 13.91 30.61 -
YUV 96.87 158.55 188.72 -
System Red Green Blue C M Y K H S L
Decimal 182 43 151 0 0.76 0.17 0.29 313.38 0.62 0.44
Hex B6 2B 97 0 4C 11 1D 139 3E 2C
Octal 266 53 227 0 114 21 35 471 76 54
Binary 10110110 101011 10010111 0 1001100 10001 11101 100111001 111110 101100

Color Harmonies of #B62B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62B97

Black with #B62B97

Text Example


Text Example

White with #B62B97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62B97; }

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

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

background-color css

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

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

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

border-color css

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

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

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