Html Css Color HEX #B8297B Medium Red Violet

📋 copy color: '#B8297B'

red 184 ◦ green 41 ◦ blue 123

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

Shades of Medium Red Violet #B8297B

Tints of Medium Red Violet #B8297B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.34%

R = 52.87%
G = 11.78%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B8297B (or 0xB8297B) is known color: Medium Red Violet. HEX triplet: B8, 29 and 7B. RGB value is (184,41,123). Sum of RGB (Red+Green+Blue) = 184+41+123=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B8297B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8297B is #47D684. Grayscale: #5C5C5C. Windows color (decimal): -4707973 or 8071608. OLE color: 8071608.

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

Color convert

RGB 184 41 123 -
CMYK 0 0.78 0.33 0.28
HSL 325.59º 0.64% 0.44% -
HSV(B) 325.59º 0.78% 0.72% -
XYZ 24.14 13.21 20.02 -
YUV 93.11 144.88 192.83 -
System Red Green Blue C M Y K H S L
Decimal 184 41 123 0 0.78 0.33 0.28 325.59 0.64 0.44
Hex B8 29 7B 0 4E 21 1C 146 40 2C
Octal 270 51 173 0 116 41 34 506 100 54
Binary 10111000 101001 1111011 0 1001110 100001 11100 101000110 1000000 101100

Color Harmonies of #B8297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8297B

Black with #B8297B

Text Example


Text Example

White with #B8297B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8297B; }

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

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

background-color css

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

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

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

border-color css

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

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

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