Html Css Color HEX #B8009A Medium Violet Red

📋 copy color: '#B8009A'

red 184 ◦ green 0 ◦ blue 154

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

Shades of Medium Violet Red #B8009A

Tints of Medium Violet Red #B8009A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.56%

R = 54.44%
G = 0%
B = 45.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B8009A (or 0xB8009A) is known color: Medium Violet Red. HEX triplet: B8, 00 and 9A. RGB value is (184,0,154). Sum of RGB (Red+Green+Blue) = 184+0+154=338 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.44% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 184 - color contains mainly: red. Hex color #B8009A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8009A is #47FF65. Grayscale: #484848. Windows color (decimal): -4718438 or 10092728. OLE color: 10092728.

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

Color convert

RGB 184 0 154 -
CMYK 0 1 0.16 0.28
HSL 309.78º 1% 0.36% -
HSV(B) 309.78º 1% 0.72% -
XYZ 25.6 12.52 31.64 -
YUV 72.57 173.96 207.48 -
System Red Green Blue C M Y K H S L
Decimal 184 0 154 0 1 0.16 0.28 309.78 1 0.36
Hex B8 0 9A 0 64 10 1C 136 64 24
Octal 270 0 232 0 144 20 34 466 144 44
Binary 10111000 0 10011010 0 1100100 10000 11100 100110110 1100100 100100

Color Harmonies of #B8009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8009A

Black with #B8009A

Text Example


Text Example

White with #B8009A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8009A; }

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

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

background-color css

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

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

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

border-color css

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

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

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