Html Css Color HEX #B2288A Medium Red Violet

📋 copy color: '#B2288A'

red 178 ◦ green 40 ◦ blue 138

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

Shades of Medium Red Violet #B2288A

Tints of Medium Red Violet #B2288A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.76%

R = 50%
G = 11.24%
B = 38.76%

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

#B2288A (or 0xB2288A) is known color: Medium Red Violet. HEX triplet: B2, 28 and 8A. RGB value is (178,40,138). Sum of RGB (Red+Green+Blue) = 178+40+138=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B2288A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2288A is #4DD775. Grayscale: #5C5C5C. Windows color (decimal): -5101430 or 9054386. OLE color: 9054386.

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

Color convert

RGB 178 40 138 -
CMYK 0 0.78 0.22 0.30
HSL 317.39º 0.63% 0.43% -
HSV(B) 317.39º 0.78% 0.7% -
XYZ 23.71 12.82 25.27 -
YUV 92.43 153.72 189.03 -
System Red Green Blue C M Y K H S L
Decimal 178 40 138 0 0.78 0.22 0.30 317.39 0.63 0.43
Hex B2 28 8A 0 4E 16 1E 13D 3F 2B
Octal 262 50 212 0 116 26 36 475 77 53
Binary 10110010 101000 10001010 0 1001110 10110 11110 100111101 111111 101011

Color Harmonies of #B2288A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2288A

Black with #B2288A

Text Example


Text Example

White with #B2288A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2288A; }

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

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

background-color css

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

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

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

border-color css

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

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

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