Html Css Color HEX #B6027E Medium Violet Red

📋 copy color: '#B6027E'

red 182 ◦ green 2 ◦ blue 126

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

Shades of Medium Violet Red #B6027E

Tints of Medium Violet Red #B6027E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40.65%

R = 58.71%
G = 0.65%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B6027E (or 0xB6027E) is known color: Medium Violet Red. HEX triplet: B6, 02 and 7E. RGB value is (182,2,126). Sum of RGB (Red+Green+Blue) = 182+2+126=310 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.71% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 182 - color contains mainly: red. Hex color #B6027E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6027E is #49FD81. Grayscale: #454545. Windows color (decimal): -4849026 or 8258230. OLE color: 8258230.

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

Color convert

RGB 182 2 126 -
CMYK 0 0.99 0.31 0.29
HSL 318.67º 0.98% 0.36% -
HSV(B) 318.67º 0.99% 0.71% -
XYZ 23.08 11.49 20.74 -
YUV 69.96 159.63 207.92 -
System Red Green Blue C M Y K H S L
Decimal 182 2 126 0 0.99 0.31 0.29 318.67 0.98 0.36
Hex B6 2 7E 0 63 1F 1D 13F 62 24
Octal 266 2 176 0 143 37 35 477 142 44
Binary 10110110 10 1111110 0 1100011 11111 11101 100111111 1100010 100100

Color Harmonies of #B6027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6027E

Black with #B6027E

Text Example


Text Example

White with #B6027E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6027E; }

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

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

background-color css

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

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

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

border-color css

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

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

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