Html Css Color HEX #B6287B Medium Red Violet

📋 copy color: '#B6287B'

red 182 ◦ green 40 ◦ blue 123

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

Shades of Medium Red Violet #B6287B

Tints of Medium Red Violet #B6287B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.65%

R = 52.75%
G = 11.59%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B6287B (or 0xB6287B) is known color: Medium Red Violet. HEX triplet: B6, 28 and 7B. RGB value is (182,40,123). Sum of RGB (Red+Green+Blue) = 182+40+123=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B6287B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6287B is #49D784. Grayscale: #5B5B5B. Windows color (decimal): -4839301 or 8071350. OLE color: 8071350.

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

Color convert

RGB 182 40 123 -
CMYK 0 0.78 0.32 0.29
HSL 324.93º 0.64% 0.44% -
HSV(B) 324.93º 0.78% 0.71% -
XYZ 23.63 12.89 19.98 -
YUV 91.92 145.54 192.25 -
System Red Green Blue C M Y K H S L
Decimal 182 40 123 0 0.78 0.32 0.29 324.93 0.64 0.44
Hex B6 28 7B 0 4E 20 1D 145 40 2C
Octal 266 50 173 0 116 40 35 505 100 54
Binary 10110110 101000 1111011 0 1001110 100000 11101 101000101 1000000 101100

Color Harmonies of #B6287B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6287B

Black with #B6287B

Text Example


Text Example

White with #B6287B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6287B; }

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

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

background-color css

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

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

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

border-color css

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

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

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