Html Css Color HEX #B6287A Medium Red Violet

📋 copy color: '#B6287A'

red 182 ◦ green 40 ◦ blue 122

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

Shades of Medium Red Violet #B6287A

Tints of Medium Red Violet #B6287A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.47%

R = 52.91%
G = 11.63%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B6287A (or 0xB6287A) is known color: Medium Red Violet. HEX triplet: B6, 28 and 7A. RGB value is (182,40,122). Sum of RGB (Red+Green+Blue) = 182+40+122=344 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.91% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 182 - color contains mainly: red. Hex color #B6287A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6287A is #49D785. Grayscale: #5B5B5B. Windows color (decimal): -4839302 or 8005814. OLE color: 8005814.

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

Color convert

RGB 182 40 122 -
CMYK 0 0.78 0.33 0.29
HSL 325.35º 0.64% 0.44% -
HSV(B) 325.35º 0.78% 0.71% -
XYZ 23.56 12.87 19.65 -
YUV 91.81 145.04 192.33 -
System Red Green Blue C M Y K H S L
Decimal 182 40 122 0 0.78 0.33 0.29 325.35 0.64 0.44
Hex B6 28 7A 0 4E 21 1D 145 40 2C
Octal 266 50 172 0 116 41 35 505 100 54
Binary 10110110 101000 1111010 0 1001110 100001 11101 101000101 1000000 101100

Color Harmonies of #B6287A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6287A

Black with #B6287A

Text Example


Text Example

White with #B6287A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6287A; }

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

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

background-color css

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

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

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

border-color css

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

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

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