Html Css Color HEX #B6249D Medium Red Violet

📋 copy color: '#B6249D'

red 182 ◦ green 36 ◦ blue 157

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

Shades of Medium Red Violet #B6249D

Tints of Medium Red Violet #B6249D

RGB

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

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

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

R = 48.53%
G = 9.6%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B6249D (or 0xB6249D) is known color: Medium Red Violet. HEX triplet: B6, 24 and 9D. RGB value is (182,36,157). Sum of RGB (Red+Green+Blue) = 182+36+157=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B6249D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6249D is #49DB62. Grayscale: #5D5D5D. Windows color (decimal): -4840291 or 10298550. OLE color: 10298550.

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

Color convert

RGB 182 36 157 -
CMYK 0 0.80 0.14 0.29
HSL 310.27º 0.67% 0.43% -
HSV(B) 310.27º 0.8% 0.71% -
XYZ 26.01 13.64 33.16 -
YUV 93.45 163.87 191.16 -
System Red Green Blue C M Y K H S L
Decimal 182 36 157 0 0.80 0.14 0.29 310.27 0.67 0.43
Hex B6 24 9D 0 50 E 1D 136 43 2B
Octal 266 44 235 0 120 16 35 466 103 53
Binary 10110110 100100 10011101 0 1010000 1110 11101 100110110 1000011 101011

Color Harmonies of #B6249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6249D

Black with #B6249D

Text Example


Text Example

White with #B6249D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6249D; }

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

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

background-color css

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

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

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

border-color css

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

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

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