Html Css Color HEX #B8007C Medium Violet Red

📋 copy color: '#B8007C'

red 184 ◦ green 0 ◦ blue 124

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

Shades of Medium Violet Red #B8007C

Tints of Medium Violet Red #B8007C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.26%

R = 59.74%
G = 0%
B = 40.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B8007C (or 0xB8007C) is known color: Medium Violet Red. HEX triplet: B8, 00 and 7C. RGB value is (184,0,124). Sum of RGB (Red+Green+Blue) = 184+0+124=308 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.74% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 184 - color contains mainly: red. Hex color #B8007C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8007C is #47FF83. Grayscale: #444444. Windows color (decimal): -4718468 or 8126648. OLE color: 8126648.

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

Color convert

RGB 184 0 124 -
CMYK 0 1 0.33 0.28
HSL 319.57º 1% 0.36% -
HSV(B) 319.57º 1% 0.72% -
XYZ 23.41 11.65 20.08 -
YUV 69.15 158.96 209.92 -
System Red Green Blue C M Y K H S L
Decimal 184 0 124 0 1 0.33 0.28 319.57 1 0.36
Hex B8 0 7C 0 64 21 1C 140 64 24
Octal 270 0 174 0 144 41 34 500 144 44
Binary 10111000 0 1111100 0 1100100 100001 11100 101000000 1100100 100100

Color Harmonies of #B8007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8007C

Black with #B8007C

Text Example


Text Example

White with #B8007C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8007C; }

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

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

background-color css

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

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

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

border-color css

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

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

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