Html Css Color HEX #B2288B Medium Red Violet

📋 copy color: '#B2288B'

red 178 ◦ green 40 ◦ blue 139

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

Shades of Medium Red Violet #B2288B

Tints of Medium Red Violet #B2288B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.94%

R = 49.86%
G = 11.2%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2288B (or 0xB2288B) is known color: Medium Red Violet. HEX triplet: B2, 28 and 8B. RGB value is (178,40,139). Sum of RGB (Red+Green+Blue) = 178+40+139=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B2288B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2288B is #4DD774. Grayscale: #5C5C5C. Windows color (decimal): -5101429 or 9119922. OLE color: 9119922.

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

Color convert

RGB 178 40 139 -
CMYK 0 0.78 0.22 0.30
HSL 316.96º 0.63% 0.43% -
HSV(B) 316.96º 0.78% 0.7% -
XYZ 23.78 12.85 25.65 -
YUV 92.55 154.22 188.95 -
System Red Green Blue C M Y K H S L
Decimal 178 40 139 0 0.78 0.22 0.30 316.96 0.63 0.43
Hex B2 28 8B 0 4E 16 1E 13D 3F 2B
Octal 262 50 213 0 116 26 36 475 77 53
Binary 10110010 101000 10001011 0 1001110 10110 11110 100111101 111111 101011

Color Harmonies of #B2288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2288B

Black with #B2288B

Text Example


Text Example

White with #B2288B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2288B; }

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

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

background-color css

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

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

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

border-color css

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

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

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