Html Css Color HEX #B6287D Medium Red Violet

📋 copy color: '#B6287D'

red 182 ◦ green 40 ◦ blue 125

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

Shades of Medium Red Violet #B6287D

Tints of Medium Red Violet #B6287D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.53%

 BLUE value IS 125 (49.22% from 255) = 36.02%

R = 52.45%
G = 11.53%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B6287D (or 0xB6287D) is known color: Medium Red Violet. HEX triplet: B6, 28 and 7D. RGB value is (182,40,125). Sum of RGB (Red+Green+Blue) = 182+40+125=347 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.45% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 182 - color contains mainly: red. Hex color #B6287D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6287D is #49D782. Grayscale: #5B5B5B. Windows color (decimal): -4839299 or 8202422. OLE color: 8202422.

HSL color Cylindrical-coordinate representation of color #B6287D: hue angle of 324.08º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B6287D is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 40 125 -
CMYK 0 0.78 0.31 0.29
HSL 324.08º 0.64% 0.44% -
HSV(B) 324.08º 0.78% 0.71% -
XYZ 23.75 12.94 20.65 -
YUV 92.15 146.54 192.09 -
System Red Green Blue C M Y K H S L
Decimal 182 40 125 0 0.78 0.31 0.29 324.08 0.64 0.44
Hex B6 28 7D 0 4E 1F 1D 144 40 2C
Octal 266 50 175 0 116 37 35 504 100 54
Binary 10110110 101000 1111101 0 1001110 11111 11101 101000100 1000000 101100

Color Harmonies of #B6287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6287D

Black with #B6287D

Text Example


Text Example

White with #B6287D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6287D; }

 p { color: rgb(182,40,125); }

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

background-color css

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

 a { background-color: rgb(182,40,125); }

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

border-color css

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

 span { border-color: rgb(182,40,125); }

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