Html Css Color HEX #B2287F Medium Red Violet

📋 copy color: '#B2287F'

red 178 ◦ green 40 ◦ blue 127

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

Shades of Medium Red Violet #B2287F

Tints of Medium Red Violet #B2287F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.81%

R = 51.59%
G = 11.59%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2287F (or 0xB2287F) is known color: Medium Red Violet. HEX triplet: B2, 28 and 7F. RGB value is (178,40,127). Sum of RGB (Red+Green+Blue) = 178+40+127=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B2287F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2287F is #4DD780. Grayscale: #5A5A5A. Windows color (decimal): -5101441 or 8333490. OLE color: 8333490.

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

Color convert

RGB 178 40 127 -
CMYK 0 0.78 0.29 0.30
HSL 322.17º 0.63% 0.43% -
HSV(B) 322.17º 0.78% 0.7% -
XYZ 22.95 12.51 21.28 -
YUV 91.18 148.22 189.93 -
System Red Green Blue C M Y K H S L
Decimal 178 40 127 0 0.78 0.29 0.30 322.17 0.63 0.43
Hex B2 28 7F 0 4E 1D 1E 142 3F 2B
Octal 262 50 177 0 116 35 36 502 77 53
Binary 10110010 101000 1111111 0 1001110 11101 11110 101000010 111111 101011

Color Harmonies of #B2287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2287F

Black with #B2287F

Text Example


Text Example

White with #B2287F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2287F; }

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

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

background-color css

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

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

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

border-color css

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

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

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