Html Css Color HEX #B0297F Medium Red Violet

📋 copy color: '#B0297F'

red 176 ◦ green 41 ◦ blue 127

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

Shades of Medium Red Violet #B0297F

Tints of Medium Red Violet #B0297F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.92%

R = 51.16%
G = 11.92%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0297F (or 0xB0297F) is known color: Medium Red Violet. HEX triplet: B0, 29 and 7F. RGB value is (176,41,127). Sum of RGB (Red+Green+Blue) = 176+41+127=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B0297F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0297F is #4FD680. Grayscale: #5A5A5A. Windows color (decimal): -5232257 or 8333744. OLE color: 8333744.

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

Color convert

RGB 176 41 127 -
CMYK 0 0.77 0.28 0.31
HSL 321.78º 0.62% 0.43% -
HSV(B) 321.78º 0.77% 0.69% -
XYZ 22.53 12.35 21.27 -
YUV 91.17 148.23 188.51 -
System Red Green Blue C M Y K H S L
Decimal 176 41 127 0 0.77 0.28 0.31 321.78 0.62 0.43
Hex B0 29 7F 0 4D 1C 1F 142 3E 2B
Octal 260 51 177 0 115 34 37 502 76 53
Binary 10110000 101001 1111111 0 1001101 11100 11111 101000010 111110 101011

Color Harmonies of #B0297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0297F

Black with #B0297F

Text Example


Text Example

White with #B0297F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0297F; }

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

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

background-color css

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

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

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

border-color css

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

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

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