Html Css Color HEX #B0297D Medium Red Violet

📋 copy color: '#B0297D'

red 176 ◦ green 41 ◦ blue 125

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

Shades of Medium Red Violet #B0297D

Tints of Medium Red Violet #B0297D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.55%

R = 51.46%
G = 11.99%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B0297D (or 0xB0297D) is known color: Medium Red Violet. HEX triplet: B0, 29 and 7D. RGB value is (176,41,125). Sum of RGB (Red+Green+Blue) = 176+41+125=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B0297D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0297D is #4FD682. Grayscale: #5A5A5A. Windows color (decimal): -5232259 or 8202672. OLE color: 8202672.

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

Color convert

RGB 176 41 125 -
CMYK 0 0.77 0.29 0.31
HSL 322.67º 0.62% 0.43% -
HSV(B) 322.67º 0.77% 0.69% -
XYZ 22.4 12.3 20.59 -
YUV 90.94 147.23 188.67 -
System Red Green Blue C M Y K H S L
Decimal 176 41 125 0 0.77 0.29 0.31 322.67 0.62 0.43
Hex B0 29 7D 0 4D 1D 1F 143 3E 2B
Octal 260 51 175 0 115 35 37 503 76 53
Binary 10110000 101001 1111101 0 1001101 11101 11111 101000011 111110 101011

Color Harmonies of #B0297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0297D

Black with #B0297D

Text Example


Text Example

White with #B0297D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0297D; }

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

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

background-color css

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

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

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

border-color css

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

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

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