Html Css Color HEX #B2286E Medium Red Violet

📋 copy color: '#B2286E'

red 178 ◦ green 40 ◦ blue 110

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

Shades of Medium Red Violet #B2286E

Tints of Medium Red Violet #B2286E

RGB

 RED value IS 178 (69.92% from 255) = 54.27%

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

 BLUE value IS 110 (43.36% from 255) = 33.54%

R = 54.27%
G = 12.2%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B2286E (or 0xB2286E) is known color: Medium Red Violet. HEX triplet: B2, 28 and 6E. RGB value is (178,40,110). Sum of RGB (Red+Green+Blue) = 178+40+110=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B2286E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2286E is #4DD791. Grayscale: #595959. Windows color (decimal): -5101458 or 7219378. OLE color: 7219378.

HSL color Cylindrical-coordinate representation of color #B2286E: hue angle of 329.57º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B2286E is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 40 110 -
CMYK 0 0.78 0.38 0.30
HSL 329.57º 0.63% 0.43% -
HSV(B) 329.57º 0.78% 0.7% -
XYZ 21.93 12.11 15.93 -
YUV 89.24 139.72 191.31 -
System Red Green Blue C M Y K H S L
Decimal 178 40 110 0 0.78 0.38 0.30 329.57 0.63 0.43
Hex B2 28 6E 0 4E 26 1E 14A 3F 2B
Octal 262 50 156 0 116 46 36 512 77 53
Binary 10110010 101000 1101110 0 1001110 100110 11110 101001010 111111 101011

Color Harmonies of #B2286E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2286E

Black with #B2286E

Text Example


Text Example

White with #B2286E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2286E; }

 p { color: rgb(178,40,110); }

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

background-color css

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

 a { background-color: rgb(178,40,110); }

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

border-color css

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

 span { border-color: rgb(178,40,110); }

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