Html Css Color HEX #B8258D Medium Red Violet

📋 copy color: '#B8258D'

red 184 ◦ green 37 ◦ blue 141

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

Shades of Medium Red Violet #B8258D

Tints of Medium Red Violet #B8258D

RGB

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

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

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

R = 50.83%
G = 10.22%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B8258D (or 0xB8258D) is known color: Medium Red Violet. HEX triplet: B8, 25 and 8D. RGB value is (184,37,141). Sum of RGB (Red+Green+Blue) = 184+37+141=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 37 (14.84% from 255 or 10.22% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B8258D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8258D is #47DA72. Grayscale: #5C5C5C. Windows color (decimal): -4708979 or 9250232. OLE color: 9250232.

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

Color convert

RGB 184 37 141 -
CMYK 0 0.80 0.23 0.28
HSL 317.55º 0.67% 0.43% -
HSV(B) 317.55º 0.8% 0.72% -
XYZ 25.24 13.44 26.46 -
YUV 92.81 155.2 193.04 -
System Red Green Blue C M Y K H S L
Decimal 184 37 141 0 0.80 0.23 0.28 317.55 0.67 0.43
Hex B8 25 8D 0 50 17 1C 13E 43 2B
Octal 270 45 215 0 120 27 34 476 103 53
Binary 10111000 100101 10001101 0 1010000 10111 11100 100111110 1000011 101011

Color Harmonies of #B8258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8258D

Black with #B8258D

Text Example


Text Example

White with #B8258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8258D; }

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

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

background-color css

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

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

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

border-color css

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

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

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