Html Css Color HEX #B8007F Medium Violet Red

📋 copy color: '#B8007F'

red 184 ◦ green 0 ◦ blue 127

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

Shades of Medium Violet Red #B8007F

Tints of Medium Violet Red #B8007F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.84%

R = 59.16%
G = 0%
B = 40.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B8007F (or 0xB8007F) is known color: Medium Violet Red. HEX triplet: B8, 00 and 7F. RGB value is (184,0,127). Sum of RGB (Red+Green+Blue) = 184+0+127=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B8007F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8007F is #47FF80. Grayscale: #454545. Windows color (decimal): -4718465 or 8323256. OLE color: 8323256.

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

Color convert

RGB 184 0 127 -
CMYK 0 1 0.31 0.28
HSL 318.59º 1% 0.36% -
HSV(B) 318.59º 1% 0.72% -
XYZ 23.6 11.72 21.1 -
YUV 69.49 160.46 209.67 -
System Red Green Blue C M Y K H S L
Decimal 184 0 127 0 1 0.31 0.28 318.59 1 0.36
Hex B8 0 7F 0 64 1F 1C 13F 64 24
Octal 270 0 177 0 144 37 34 477 144 44
Binary 10111000 0 1111111 0 1100100 11111 11100 100111111 1100100 100100

Color Harmonies of #B8007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8007F

Black with #B8007F

Text Example


Text Example

White with #B8007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8007F; }

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

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

background-color css

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

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

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

border-color css

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

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

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