Html Css Color HEX #B2299A Medium Red Violet

📋 copy color: '#B2299A'

red 178 ◦ green 41 ◦ blue 154

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

Shades of Medium Red Violet #B2299A

Tints of Medium Red Violet #B2299A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.99%

 BLUE value IS 154 (60.55% from 255) = 41.29%

R = 47.72%
G = 10.99%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2299A (or 0xB2299A) is known color: Medium Red Violet. HEX triplet: B2, 29 and 9A. RGB value is (178,41,154). Sum of RGB (Red+Green+Blue) = 178+41+154=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B2299A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2299A is #4DD665. Grayscale: #5E5E5E. Windows color (decimal): -5101158 or 10103218. OLE color: 10103218.

HSL color Cylindrical-coordinate representation of color #B2299A: hue angle of 310.51º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B2299A is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 41 154 -
CMYK 0 0.77 0.13 0.30
HSL 310.51º 0.63% 0.43% -
HSV(B) 310.51º 0.77% 0.7% -
XYZ 24.99 13.38 31.84 -
YUV 94.85 161.39 187.31 -
System Red Green Blue C M Y K H S L
Decimal 178 41 154 0 0.77 0.13 0.30 310.51 0.63 0.43
Hex B2 29 9A 0 4D D 1E 137 3F 2B
Octal 262 51 232 0 115 15 36 467 77 53
Binary 10110010 101001 10011010 0 1001101 1101 11110 100110111 111111 101011

Color Harmonies of #B2299A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2299A

Black with #B2299A

Text Example


Text Example

White with #B2299A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2299A; }

 p { color: rgb(178,41,154); }

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

background-color css

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

 a { background-color: rgb(178,41,154); }

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

border-color css

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

 span { border-color: rgb(178,41,154); }

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