Html Css Color HEX #B8027C Medium Violet Red

📋 copy color: '#B8027C'

red 184 ◦ green 2 ◦ blue 124

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

Shades of Medium Violet Red #B8027C

Tints of Medium Violet Red #B8027C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

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

R = 59.35%
G = 0.65%
B = 40%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B8027C (or 0xB8027C) is known color: Medium Violet Red. HEX triplet: B8, 02 and 7C. RGB value is (184,2,124). Sum of RGB (Red+Green+Blue) = 184+2+124=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B8027C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8027C is #47FD83. Grayscale: #464646. Windows color (decimal): -4717956 or 8127160. OLE color: 8127160.

HSL color Cylindrical-coordinate representation of color #B8027C: hue angle of 319.78º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B8027C is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 2 124 -
CMYK 0 0.99 0.33 0.28
HSL 319.78º 0.98% 0.36% -
HSV(B) 319.78º 0.99% 0.72% -
XYZ 23.43 11.69 20.09 -
YUV 70.33 158.3 209.08 -
System Red Green Blue C M Y K H S L
Decimal 184 2 124 0 0.99 0.33 0.28 319.78 0.98 0.36
Hex B8 2 7C 0 63 21 1C 140 62 24
Octal 270 2 174 0 143 41 34 500 142 44
Binary 10111000 10 1111100 0 1100011 100001 11100 101000000 1100010 100100

Color Harmonies of #B8027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8027C

Black with #B8027C

Text Example


Text Example

White with #B8027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8027C; }

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

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

background-color css

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

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

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

border-color css

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

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

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