Html Css Color HEX #B0229D Medium Red Violet

📋 copy color: '#B0229D'

red 176 ◦ green 34 ◦ blue 157

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

Shades of Medium Red Violet #B0229D

Tints of Medium Red Violet #B0229D

RGB

 RED value IS 176 (69.14% from 255) = 47.96%

 GREEN value IS 34 (13.67% from 255) = 9.26%

 BLUE value IS 157 (61.72% from 255) = 42.78%

R = 47.96%
G = 9.26%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0229D (or 0xB0229D) is known color: Medium Red Violet. HEX triplet: B0, 22 and 9D. RGB value is (176,34,157). Sum of RGB (Red+Green+Blue) = 176+34+157=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B0229D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0229D is #4FDD62. Grayscale: #5A5A5A. Windows color (decimal): -5234019 or 10298032. OLE color: 10298032.

HSL color Cylindrical-coordinate representation of color #B0229D: hue angle of 308.03º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B0229D is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 34 157 -
CMYK 0 0.81 0.11 0.31
HSL 308.03º 0.68% 0.41% -
HSV(B) 308.03º 0.81% 0.69% -
XYZ 24.56 12.81 33.08 -
YUV 90.48 165.54 189 -
System Red Green Blue C M Y K H S L
Decimal 176 34 157 0 0.81 0.11 0.31 308.03 0.68 0.41
Hex B0 22 9D 0 51 B 1F 134 44 29
Octal 260 42 235 0 121 13 37 464 104 51
Binary 10110000 100010 10011101 0 1010001 1011 11111 100110100 1000100 101001

Color Harmonies of #B0229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0229D

Black with #B0229D

Text Example


Text Example

White with #B0229D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0229D; }

 p { color: rgb(176,34,157); }

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

background-color css

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

 a { background-color: rgb(176,34,157); }

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

border-color css

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

 span { border-color: rgb(176,34,157); }

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