Html Css Color HEX #B8027D Medium Violet Red

📋 copy color: '#B8027D'

red 184 ◦ green 2 ◦ blue 125

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

Shades of Medium Violet Red #B8027D

Tints of Medium Violet Red #B8027D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.19%

R = 59.16%
G = 0.64%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B8027D (or 0xB8027D) is known color: Medium Violet Red. HEX triplet: B8, 02 and 7D. RGB value is (184,2,125). Sum of RGB (Red+Green+Blue) = 184+2+125=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B8027D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8027D is #47FD82. Grayscale: #464646. Windows color (decimal): -4717955 or 8192696. OLE color: 8192696.

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

Color convert

RGB 184 2 125 -
CMYK 0 0.99 0.32 0.28
HSL 319.45º 0.98% 0.36% -
HSV(B) 319.45º 0.99% 0.72% -
XYZ 23.49 11.71 20.43 -
YUV 70.44 158.8 209 -
System Red Green Blue C M Y K H S L
Decimal 184 2 125 0 0.99 0.32 0.28 319.45 0.98 0.36
Hex B8 2 7D 0 63 20 1C 13F 62 24
Octal 270 2 175 0 143 40 34 477 142 44
Binary 10111000 10 1111101 0 1100011 100000 11100 100111111 1100010 100100

Color Harmonies of #B8027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8027D

Black with #B8027D

Text Example


Text Example

White with #B8027D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8027D; }

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

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

background-color css

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

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

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

border-color css

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

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

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