Html Css Color HEX #B6249E Medium Red Violet

📋 copy color: '#B6249E'

red 182 ◦ green 36 ◦ blue 158

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

Shades of Medium Red Violet #B6249E

Tints of Medium Red Violet #B6249E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.57%

 BLUE value IS 158 (62.11% from 255) = 42.02%

R = 48.4%
G = 9.57%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B6249E (or 0xB6249E) is known color: Medium Red Violet. HEX triplet: B6, 24 and 9E. RGB value is (182,36,158). Sum of RGB (Red+Green+Blue) = 182+36+158=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 36 (14.45% from 255 or 9.57% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B6249E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6249E is #49DB61. Grayscale: #5D5D5D. Windows color (decimal): -4840290 or 10364086. OLE color: 10364086.

HSL color Cylindrical-coordinate representation of color #B6249E: hue angle of 309.86º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B6249E is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 36 158 -
CMYK 0 0.80 0.13 0.29
HSL 309.86º 0.67% 0.43% -
HSV(B) 309.86º 0.8% 0.71% -
XYZ 26.09 13.68 33.61 -
YUV 93.56 164.37 191.08 -
System Red Green Blue C M Y K H S L
Decimal 182 36 158 0 0.80 0.13 0.29 309.86 0.67 0.43
Hex B6 24 9E 0 50 D 1D 136 43 2B
Octal 266 44 236 0 120 15 35 466 103 53
Binary 10110110 100100 10011110 0 1010000 1101 11101 100110110 1000011 101011

Color Harmonies of #B6249E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6249E

Black with #B6249E

Text Example


Text Example

White with #B6249E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6249E; }

 p { color: rgb(182,36,158); }

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

background-color css

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

 a { background-color: rgb(182,36,158); }

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

border-color css

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

 span { border-color: rgb(182,36,158); }

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