Html Css Color HEX #B2289F Medium Red Violet

📋 copy color: '#B2289F'

red 178 ◦ green 40 ◦ blue 159

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

Shades of Medium Red Violet #B2289F

Tints of Medium Red Violet #B2289F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.18%

R = 47.21%
G = 10.61%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2289F (or 0xB2289F) is known color: Medium Red Violet. HEX triplet: B2, 28 and 9F. RGB value is (178,40,159). Sum of RGB (Red+Green+Blue) = 178+40+159=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B2289F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2289F is #4DD760. Grayscale: #5E5E5E. Windows color (decimal): -5101409 or 10430642. OLE color: 10430642.

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

Color convert

RGB 178 40 159 -
CMYK 0 0.78 0.11 0.30
HSL 308.26º 0.63% 0.43% -
HSV(B) 308.26º 0.78% 0.7% -
XYZ 25.38 13.49 34.07 -
YUV 94.83 164.22 187.32 -
System Red Green Blue C M Y K H S L
Decimal 178 40 159 0 0.78 0.11 0.30 308.26 0.63 0.43
Hex B2 28 9F 0 4E B 1E 134 3F 2B
Octal 262 50 237 0 116 13 36 464 77 53
Binary 10110010 101000 10011111 0 1001110 1011 11110 100110100 111111 101011

Color Harmonies of #B2289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2289F

Black with #B2289F

Text Example


Text Example

White with #B2289F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2289F; }

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

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

background-color css

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

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

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

border-color css

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

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

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