Html Css Color HEX #B8298F Medium Red Violet

📋 copy color: '#B8298F'

red 184 ◦ green 41 ◦ blue 143

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

Shades of Medium Red Violet #B8298F

Tints of Medium Red Violet #B8298F

RGB

 RED value IS 184 (72.27% from 255) = 50%

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

 BLUE value IS 143 (56.25% from 255) = 38.86%

R = 50%
G = 11.14%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B8298F (or 0xB8298F) is known color: Medium Red Violet. HEX triplet: B8, 29 and 8F. RGB value is (184,41,143). Sum of RGB (Red+Green+Blue) = 184+41+143=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B8298F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8298F is #47D670. Grayscale: #5F5F5F. Windows color (decimal): -4707953 or 9382328. OLE color: 9382328.

HSL color Cylindrical-coordinate representation of color #B8298F: hue angle of 317.2º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B8298F is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 41 143 -
CMYK 0 0.78 0.22 0.28
HSL 317.2º 0.64% 0.44% -
HSV(B) 317.2º 0.78% 0.72% -
XYZ 25.52 13.76 27.3 -
YUV 95.39 154.88 191.21 -
System Red Green Blue C M Y K H S L
Decimal 184 41 143 0 0.78 0.22 0.28 317.2 0.64 0.44
Hex B8 29 8F 0 4E 16 1C 13D 40 2C
Octal 270 51 217 0 116 26 34 475 100 54
Binary 10111000 101001 10001111 0 1001110 10110 11100 100111101 1000000 101100

Color Harmonies of #B8298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8298F

Black with #B8298F

Text Example


Text Example

White with #B8298F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8298F; }

 p { color: rgb(184,41,143); }

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

background-color css

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

 a { background-color: rgb(184,41,143); }

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

border-color css

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

 span { border-color: rgb(184,41,143); }

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