Html Css Color HEX #B0297C Medium Red Violet

📋 copy color: '#B0297C'

red 176 ◦ green 41 ◦ blue 124

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

Shades of Medium Red Violet #B0297C

Tints of Medium Red Violet #B0297C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.36%

R = 51.61%
G = 12.02%
B = 36.36%

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

#B0297C (or 0xB0297C) is known color: Medium Red Violet. HEX triplet: B0, 29 and 7C. RGB value is (176,41,124). Sum of RGB (Red+Green+Blue) = 176+41+124=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B0297C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0297C is #4FD683. Grayscale: #5A5A5A. Windows color (decimal): -5232260 or 8137136. OLE color: 8137136.

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

Color convert

RGB 176 41 124 -
CMYK 0 0.77 0.30 0.31
HSL 323.11º 0.62% 0.43% -
HSV(B) 323.11º 0.77% 0.69% -
XYZ 22.34 12.27 20.26 -
YUV 90.83 146.73 188.75 -
System Red Green Blue C M Y K H S L
Decimal 176 41 124 0 0.77 0.30 0.31 323.11 0.62 0.43
Hex B0 29 7C 0 4D 1E 1F 143 3E 2B
Octal 260 51 174 0 115 36 37 503 76 53
Binary 10110000 101001 1111100 0 1001101 11110 11111 101000011 111110 101011

Color Harmonies of #B0297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0297C

Black with #B0297C

Text Example


Text Example

White with #B0297C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0297C; }

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

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

background-color css

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

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

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

border-color css

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

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

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