Html Css Color HEX #B8257D Medium Red Violet

📋 copy color: '#B8257D'

red 184 ◦ green 37 ◦ blue 125

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

Shades of Medium Red Violet #B8257D

Tints of Medium Red Violet #B8257D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.69%

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

R = 53.18%
G = 10.69%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B8257D (or 0xB8257D) is known color: Medium Red Violet. HEX triplet: B8, 25 and 7D. RGB value is (184,37,125). Sum of RGB (Red+Green+Blue) = 184+37+125=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B8257D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8257D is #47DA82. Grayscale: #5A5A5A. Windows color (decimal): -4708995 or 8201656. OLE color: 8201656.

HSL color Cylindrical-coordinate representation of color #B8257D: hue angle of 324.08º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B8257D is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 37 125 -
CMYK 0 0.80 0.32 0.28
HSL 324.08º 0.67% 0.43% -
HSV(B) 324.08º 0.8% 0.72% -
XYZ 24.13 12.99 20.64 -
YUV 90.99 147.2 194.34 -
System Red Green Blue C M Y K H S L
Decimal 184 37 125 0 0.80 0.32 0.28 324.08 0.67 0.43
Hex B8 25 7D 0 50 20 1C 144 43 2B
Octal 270 45 175 0 120 40 34 504 103 53
Binary 10111000 100101 1111101 0 1010000 100000 11100 101000100 1000011 101011

Color Harmonies of #B8257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8257D

Black with #B8257D

Text Example


Text Example

White with #B8257D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8257D; }

 p { color: rgb(184,37,125); }

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

background-color css

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

 a { background-color: rgb(184,37,125); }

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

border-color css

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

 span { border-color: rgb(184,37,125); }

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