Html Css Color HEX #B0297B Medium Red Violet

📋 copy color: '#B0297B'

red 176 ◦ green 41 ◦ blue 123

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

Shades of Medium Red Violet #B0297B

Tints of Medium Red Violet #B0297B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.18%

R = 51.76%
G = 12.06%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0297B (or 0xB0297B) is known color: Medium Red Violet. HEX triplet: B0, 29 and 7B. RGB value is (176,41,123). Sum of RGB (Red+Green+Blue) = 176+41+123=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B0297B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0297B is #4FD684. Grayscale: #5A5A5A. Windows color (decimal): -5232261 or 8071600. OLE color: 8071600.

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

Color convert

RGB 176 41 123 -
CMYK 0 0.77 0.30 0.31
HSL 323.56º 0.62% 0.43% -
HSV(B) 323.56º 0.77% 0.69% -
XYZ 22.27 12.25 19.93 -
YUV 90.71 146.23 188.83 -
System Red Green Blue C M Y K H S L
Decimal 176 41 123 0 0.77 0.30 0.31 323.56 0.62 0.43
Hex B0 29 7B 0 4D 1E 1F 144 3E 2B
Octal 260 51 173 0 115 36 37 504 76 53
Binary 10110000 101001 1111011 0 1001101 11110 11111 101000100 111110 101011

Color Harmonies of #B0297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0297B

Black with #B0297B

Text Example


Text Example

White with #B0297B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0297B; }

 p { color: rgb(176,41,123); }

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

background-color css

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

 a { background-color: rgb(176,41,123); }

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

border-color css

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

 span { border-color: rgb(176,41,123); }

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