Html Css Color HEX #B8009F Medium Violet Red

📋 copy color: '#B8009F'

red 184 ◦ green 0 ◦ blue 159

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

Shades of Medium Violet Red #B8009F

Tints of Medium Violet Red #B8009F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 159 (62.5% from 255) = 46.36%

R = 53.64%
G = 0%
B = 46.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#B8009F (or 0xB8009F) is known color: Medium Violet Red. HEX triplet: B8, 00 and 9F. RGB value is (184,0,159). Sum of RGB (Red+Green+Blue) = 184+0+159=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B8009F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8009F is #47FF60. Grayscale: #484848. Windows color (decimal): -4718433 or 10420408. OLE color: 10420408.

HSL color Cylindrical-coordinate representation of color #B8009F: hue angle of 308.15º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B8009F is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 0 159 -
CMYK 0 1 0.14 0.28
HSL 308.15º 1% 0.36% -
HSV(B) 308.15º 1% 0.72% -
XYZ 26.03 12.69 33.88 -
YUV 73.14 176.46 207.07 -
System Red Green Blue C M Y K H S L
Decimal 184 0 159 0 1 0.14 0.28 308.15 1 0.36
Hex B8 0 9F 0 64 E 1C 134 64 24
Octal 270 0 237 0 144 16 34 464 144 44
Binary 10111000 0 10011111 0 1100100 1110 11100 100110100 1100100 100100

Color Harmonies of #B8009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8009F

Black with #B8009F

Text Example


Text Example

White with #B8009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8009F; }

 p { color: rgb(184,0,159); }

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

background-color css

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

 a { background-color: rgb(184,0,159); }

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

border-color css

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

 span { border-color: rgb(184,0,159); }

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