Html Css Color HEX #B0298D Medium Red Violet

📋 copy color: '#B0298D'

red 176 ◦ green 41 ◦ blue 141

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

Shades of Medium Red Violet #B0298D

Tints of Medium Red Violet #B0298D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.39%

R = 49.16%
G = 11.45%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0298D (or 0xB0298D) is known color: Medium Red Violet. HEX triplet: B0, 29 and 8D. RGB value is (176,41,141). Sum of RGB (Red+Green+Blue) = 176+41+141=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B0298D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0298D is #4FD672. Grayscale: #5C5C5C. Windows color (decimal): -5232243 or 9251248. OLE color: 9251248.

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

Color convert

RGB 176 41 141 -
CMYK 0 0.77 0.20 0.31
HSL 315.56º 0.62% 0.43% -
HSV(B) 315.56º 0.77% 0.69% -
XYZ 23.51 12.74 26.42 -
YUV 92.77 155.23 187.37 -
System Red Green Blue C M Y K H S L
Decimal 176 41 141 0 0.77 0.20 0.31 315.56 0.62 0.43
Hex B0 29 8D 0 4D 14 1F 13C 3E 2B
Octal 260 51 215 0 115 24 37 474 76 53
Binary 10110000 101001 10001101 0 1001101 10100 11111 100111100 111110 101011

Color Harmonies of #B0298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0298D

Black with #B0298D

Text Example


Text Example

White with #B0298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0298D; }

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

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

background-color css

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

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

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

border-color css

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

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

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