Html Css Color HEX #B0298C Medium Red Violet

📋 copy color: '#B0298C'

red 176 ◦ green 41 ◦ blue 140

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

Shades of Medium Red Violet #B0298C

Tints of Medium Red Violet #B0298C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.22%

R = 49.3%
G = 11.48%
B = 39.22%

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

#B0298C (or 0xB0298C) is known color: Medium Red Violet. HEX triplet: B0, 29 and 8C. RGB value is (176,41,140). Sum of RGB (Red+Green+Blue) = 176+41+140=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B0298C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0298C is #4FD673. Grayscale: #5C5C5C. Windows color (decimal): -5232244 or 9185712. OLE color: 9185712.

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

Color convert

RGB 176 41 140 -
CMYK 0 0.77 0.20 0.31
HSL 316º 0.62% 0.43% -
HSV(B) 316º 0.77% 0.69% -
XYZ 23.43 12.71 26.03 -
YUV 92.65 154.73 187.45 -
System Red Green Blue C M Y K H S L
Decimal 176 41 140 0 0.77 0.20 0.31 316 0.62 0.43
Hex B0 29 8C 0 4D 14 1F 13C 3E 2B
Octal 260 51 214 0 115 24 37 474 76 53
Binary 10110000 101001 10001100 0 1001101 10100 11111 100111100 111110 101011

Color Harmonies of #B0298C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0298C

Black with #B0298C

Text Example


Text Example

White with #B0298C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0298C; }

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

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

background-color css

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

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

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

border-color css

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

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

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