Html Css Color HEX #B62BA6 Medium Red Violet

📋 copy color: '#B62BA6'

red 182 ◦ green 43 ◦ blue 166

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

Shades of Medium Red Violet #B62BA6

Tints of Medium Red Violet #B62BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.46%

R = 46.55%
G = 11%
B = 42.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B62BA6 (or 0xB62BA6) is known color: Medium Red Violet. HEX triplet: B6, 2B and A6. RGB value is (182,43,166). Sum of RGB (Red+Green+Blue) = 182+43+166=391 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.55% from 391); Green value is 43 (17.19% from 255 or 11.00% from 391); Blue value is 166 (65.23% from 255 or 42.46% from 391); Max value from RGB is 182 - color contains mainly: red. Hex color #B62BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62BA6 is #49D459. Grayscale: #626262. Windows color (decimal): -4838490 or 10890166. OLE color: 10890166.

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

Color convert

RGB 182 43 166 -
CMYK 0 0.76 0.09 0.29
HSL 306.91º 0.62% 0.44% -
HSV(B) 306.91º 0.76% 0.71% -
XYZ 27.04 14.43 37.44 -
YUV 98.58 166.05 187.5 -
System Red Green Blue C M Y K H S L
Decimal 182 43 166 0 0.76 0.09 0.29 306.91 0.62 0.44
Hex B6 2B A6 0 4C 9 1D 133 3E 2C
Octal 266 53 246 0 114 11 35 463 76 54
Binary 10110110 101011 10100110 0 1001100 1001 11101 100110011 111110 101100

Color Harmonies of #B62BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62BA6

Black with #B62BA6

Text Example


Text Example

White with #B62BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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