Html Css Color HEX #B2299C Medium Red Violet

📋 copy color: '#B2299C'

red 178 ◦ green 41 ◦ blue 156

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

Shades of Medium Red Violet #B2299C

Tints of Medium Red Violet #B2299C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.6%

R = 47.47%
G = 10.93%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2299C (or 0xB2299C) is known color: Medium Red Violet. HEX triplet: B2, 29 and 9C. RGB value is (178,41,156). Sum of RGB (Red+Green+Blue) = 178+41+156=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B2299C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2299C is #4DD663. Grayscale: #5E5E5E. Windows color (decimal): -5101156 or 10234290. OLE color: 10234290.

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

Color convert

RGB 178 41 156 -
CMYK 0 0.77 0.12 0.30
HSL 309.64º 0.63% 0.43% -
HSV(B) 309.64º 0.77% 0.7% -
XYZ 25.15 13.45 32.72 -
YUV 95.07 162.39 187.15 -
System Red Green Blue C M Y K H S L
Decimal 178 41 156 0 0.77 0.12 0.30 309.64 0.63 0.43
Hex B2 29 9C 0 4D C 1E 136 3F 2B
Octal 262 51 234 0 115 14 36 466 77 53
Binary 10110010 101001 10011100 0 1001101 1100 11110 100110110 111111 101011

Color Harmonies of #B2299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2299C

Black with #B2299C

Text Example


Text Example

White with #B2299C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2299C; }

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

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

background-color css

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

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

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

border-color css

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

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

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