Html Css Color HEX #B80075 Medium Violet Red

📋 copy color: '#B80075'

red 184 ◦ green 0 ◦ blue 117

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

Shades of Medium Violet Red #B80075

Tints of Medium Violet Red #B80075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.87%

R = 61.13%
G = 0%
B = 38.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B80075 (or 0xB80075) is known color: Medium Violet Red. HEX triplet: B8, 00 and 75. RGB value is (184,0,117). Sum of RGB (Red+Green+Blue) = 184+0+117=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B80075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80075 is #47FF8A. Grayscale: #444444. Windows color (decimal): -4718475 or 7667896. OLE color: 7667896.

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

Color convert

RGB 184 0 117 -
CMYK 0 1 0.36 0.28
HSL 321.85º 1% 0.36% -
HSV(B) 321.85º 1% 0.72% -
XYZ 22.98 11.47 17.83 -
YUV 68.35 155.46 210.49 -
System Red Green Blue C M Y K H S L
Decimal 184 0 117 0 1 0.36 0.28 321.85 1 0.36
Hex B8 0 75 0 64 24 1C 142 64 24
Octal 270 0 165 0 144 44 34 502 144 44
Binary 10111000 0 1110101 0 1100100 100100 11100 101000010 1100100 100100

Color Harmonies of #B80075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80075

Black with #B80075

Text Example


Text Example

White with #B80075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80075; }

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

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

background-color css

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

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

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

border-color css

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

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

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