Html Css Color HEX #B8009E Medium Violet Red

📋 copy color: '#B8009E'

red 184 ◦ green 0 ◦ blue 158

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

Shades of Medium Violet Red #B8009E

Tints of Medium Violet Red #B8009E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 46.2%

R = 53.8%
G = 0%
B = 46.2%

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

#B8009E (or 0xB8009E) is known color: Medium Violet Red. HEX triplet: B8, 00 and 9E. RGB value is (184,0,158). Sum of RGB (Red+Green+Blue) = 184+0+158=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 158 (62.11% from 255 or 46.20% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B8009E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8009E is #47FF61. Grayscale: #484848. Windows color (decimal): -4718434 or 10354872. OLE color: 10354872.

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

Color convert

RGB 184 0 158 -
CMYK 0 1 0.14 0.28
HSL 308.48º 1% 0.36% -
HSV(B) 308.48º 1% 0.72% -
XYZ 25.94 12.66 33.42 -
YUV 73.03 175.96 207.15 -
System Red Green Blue C M Y K H S L
Decimal 184 0 158 0 1 0.14 0.28 308.48 1 0.36
Hex B8 0 9E 0 64 E 1C 134 64 24
Octal 270 0 236 0 144 16 34 464 144 44
Binary 10111000 0 10011110 0 1100100 1110 11100 100110100 1100100 100100

Color Harmonies of #B8009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8009E

Black with #B8009E

Text Example


Text Example

White with #B8009E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8009E; }

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

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

background-color css

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

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

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

border-color css

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

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

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