Html Css Color HEX #B6029D Medium Violet Red

📋 copy color: '#B6029D'

red 182 ◦ green 2 ◦ blue 157

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

Shades of Medium Violet Red #B6029D

Tints of Medium Violet Red #B6029D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.59%

 BLUE value IS 157 (61.72% from 255) = 46.04%

R = 53.37%
G = 0.59%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B6029D (or 0xB6029D) is known color: Medium Violet Red. HEX triplet: B6, 02 and 9D. RGB value is (182,2,157). Sum of RGB (Red+Green+Blue) = 182+2+157=341 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.37% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 182 - color contains mainly: red. Hex color #B6029D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6029D is #49FD62. Grayscale: #494949. Windows color (decimal): -4848995 or 10289846. OLE color: 10289846.

HSL color Cylindrical-coordinate representation of color #B6029D: hue angle of 308.33º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B6029D is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 2 157 -
CMYK 0 0.99 0.14 0.29
HSL 308.33º 0.98% 0.36% -
HSV(B) 308.33º 0.99% 0.71% -
XYZ 25.4 12.42 32.96 -
YUV 73.49 175.13 205.4 -
System Red Green Blue C M Y K H S L
Decimal 182 2 157 0 0.99 0.14 0.29 308.33 0.98 0.36
Hex B6 2 9D 0 63 E 1D 134 62 24
Octal 266 2 235 0 143 16 35 464 142 44
Binary 10110110 10 10011101 0 1100011 1110 11101 100110100 1100010 100100

Color Harmonies of #B6029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6029D

Black with #B6029D

Text Example


Text Example

White with #B6029D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6029D; }

 p { color: rgb(182,2,157); }

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

background-color css

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

 a { background-color: rgb(182,2,157); }

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

border-color css

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

 span { border-color: rgb(182,2,157); }

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