Html Css Color HEX #BB1E73 Medium Violet Red

📋 copy color: '#BB1E73'

red 187 ◦ green 30 ◦ blue 115

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

Shades of Medium Violet Red #BB1E73

Tints of Medium Violet Red #BB1E73

RGB

 RED value IS 187 (73.44% from 255) = 56.33%

 GREEN value IS 30 (12.11% from 255) = 9.04%

 BLUE value IS 115 (45.31% from 255) = 34.64%

R = 56.33%
G = 9.04%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB1E73 (or 0xBB1E73) is known color: Medium Violet Red. HEX triplet: BB, 1E and 73. RGB value is (187,30,115). Sum of RGB (Red+Green+Blue) = 187+30+115=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1E73 is #44E18C. Grayscale: #565656. Windows color (decimal): -4514189 or 7544507. OLE color: 7544507.

HSL color Cylindrical-coordinate representation of color #BB1E73: hue angle of 327.52º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB1E73 is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 30 115 -
CMYK 0 0.84 0.39 0.27
HSL 327.52º 0.72% 0.43% -
HSV(B) 327.52º 0.84% 0.73% -
XYZ 24.05 12.73 17.41 -
YUV 86.63 144.01 199.59 -
System Red Green Blue C M Y K H S L
Decimal 187 30 115 0 0.84 0.39 0.27 327.52 0.72 0.43
Hex BB 1E 73 0 54 27 1B 148 48 2B
Octal 273 36 163 0 124 47 33 510 110 53
Binary 10111011 11110 1110011 0 1010100 100111 11011 101001000 1001000 101011

Color Harmonies of #BB1E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1E73

Black with #BB1E73

Text Example


Text Example

White with #BB1E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1E73; }

 p { color: rgb(187,30,115); }

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

background-color css

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

 a { background-color: rgb(187,30,115); }

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

border-color css

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

 span { border-color: rgb(187,30,115); }

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