Html Css Color HEX #B8008A Medium Violet Red

📋 copy color: '#B8008A'

red 184 ◦ green 0 ◦ blue 138

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

Shades of Medium Violet Red #B8008A

Tints of Medium Violet Red #B8008A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.86%

R = 57.14%
G = 0%
B = 42.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B8008A (or 0xB8008A) is known color: Medium Violet Red. HEX triplet: B8, 00 and 8A. RGB value is (184,0,138). Sum of RGB (Red+Green+Blue) = 184+0+138=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B8008A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8008A is #47FF75. Grayscale: #464646. Windows color (decimal): -4718454 or 9044152. OLE color: 9044152.

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

Color convert

RGB 184 0 138 -
CMYK 0 1 0.25 0.28
HSL 315º 1% 0.36% -
HSV(B) 315º 1% 0.72% -
XYZ 24.35 12.03 25.08 -
YUV 70.75 165.96 208.78 -
System Red Green Blue C M Y K H S L
Decimal 184 0 138 0 1 0.25 0.28 315 1 0.36
Hex B8 0 8A 0 64 19 1C 13B 64 24
Octal 270 0 212 0 144 31 34 473 144 44
Binary 10111000 0 10001010 0 1100100 11001 11100 100111011 1100100 100100

Color Harmonies of #B8008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8008A

Black with #B8008A

Text Example


Text Example

White with #B8008A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8008A; }

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

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

background-color css

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

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

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

border-color css

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

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

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