Html Css Color HEX #B2299E Medium Red Violet

📋 copy color: '#B2299E'

red 178 ◦ green 41 ◦ blue 158

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

Shades of Medium Red Violet #B2299E

Tints of Medium Red Violet #B2299E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.91%

R = 47.21%
G = 10.88%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2299E (or 0xB2299E) is known color: Medium Red Violet. HEX triplet: B2, 29 and 9E. RGB value is (178,41,158). Sum of RGB (Red+Green+Blue) = 178+41+158=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 41 (16.41% from 255 or 10.88% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B2299E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2299E is #4DD661. Grayscale: #5E5E5E. Windows color (decimal): -5101154 or 10365362. OLE color: 10365362.

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

Color convert

RGB 178 41 158 -
CMYK 0 0.77 0.11 0.30
HSL 308.76º 0.63% 0.43% -
HSV(B) 308.76º 0.77% 0.7% -
XYZ 25.32 13.52 33.62 -
YUV 95.3 163.39 186.99 -
System Red Green Blue C M Y K H S L
Decimal 178 41 158 0 0.77 0.11 0.30 308.76 0.63 0.43
Hex B2 29 9E 0 4D B 1E 135 3F 2B
Octal 262 51 236 0 115 13 36 465 77 53
Binary 10110010 101001 10011110 0 1001101 1011 11110 100110101 111111 101011

Color Harmonies of #B2299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2299E

Black with #B2299E

Text Example


Text Example

White with #B2299E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2299E; }

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

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

background-color css

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

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

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

border-color css

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

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

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