Html Css Color HEX #B6286C Medium Red Violet

📋 copy color: '#B6286C'

red 182 ◦ green 40 ◦ blue 108

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

Shades of Medium Red Violet #B6286C

Tints of Medium Red Violet #B6286C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.73%

R = 55.15%
G = 12.12%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B6286C (or 0xB6286C) is known color: Medium Red Violet. HEX triplet: B6, 28 and 6C. RGB value is (182,40,108). Sum of RGB (Red+Green+Blue) = 182+40+108=330 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.15% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 182 - color contains mainly: red. Hex color #B6286C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6286C is #49D793. Grayscale: #5A5A5A. Windows color (decimal): -4839316 or 7088310. OLE color: 7088310.

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

Color convert

RGB 182 40 108 -
CMYK 0 0.78 0.41 0.29
HSL 331.27º 0.64% 0.44% -
HSV(B) 331.27º 0.78% 0.71% -
XYZ 22.76 12.55 15.41 -
YUV 90.21 138.04 193.47 -
System Red Green Blue C M Y K H S L
Decimal 182 40 108 0 0.78 0.41 0.29 331.27 0.64 0.44
Hex B6 28 6C 0 4E 29 1D 14B 40 2C
Octal 266 50 154 0 116 51 35 513 100 54
Binary 10110110 101000 1101100 0 1001110 101001 11101 101001011 1000000 101100

Color Harmonies of #B6286C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6286C

Black with #B6286C

Text Example


Text Example

White with #B6286C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6286C; }

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

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

background-color css

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

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

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

border-color css

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

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

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