Html Css Color HEX #B2289B Medium Red Violet

📋 copy color: '#B2289B'

red 178 ◦ green 40 ◦ blue 155

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

Shades of Medium Red Violet #B2289B

Tints of Medium Red Violet #B2289B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.55%

R = 47.72%
G = 10.72%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2289B (or 0xB2289B) is known color: Medium Red Violet. HEX triplet: B2, 28 and 9B. RGB value is (178,40,155). Sum of RGB (Red+Green+Blue) = 178+40+155=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B2289B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2289B is #4DD764. Grayscale: #5E5E5E. Windows color (decimal): -5101413 or 10168498. OLE color: 10168498.

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

Color convert

RGB 178 40 155 -
CMYK 0 0.78 0.13 0.30
HSL 310º 0.63% 0.43% -
HSV(B) 310º 0.78% 0.7% -
XYZ 25.04 13.35 32.27 -
YUV 94.37 162.22 187.65 -
System Red Green Blue C M Y K H S L
Decimal 178 40 155 0 0.78 0.13 0.30 310 0.63 0.43
Hex B2 28 9B 0 4E D 1E 136 3F 2B
Octal 262 50 233 0 116 15 36 466 77 53
Binary 10110010 101000 10011011 0 1001110 1101 11110 100110110 111111 101011

Color Harmonies of #B2289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2289B

Black with #B2289B

Text Example


Text Example

White with #B2289B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2289B; }

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

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

background-color css

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

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

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

border-color css

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

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

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