Html Css Color HEX #BB1E81 Medium Violet Red

📋 copy color: '#BB1E81'

red 187 ◦ green 30 ◦ blue 129

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

Shades of Medium Violet Red #BB1E81

Tints of Medium Violet Red #BB1E81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 37.28%

R = 54.05%
G = 8.67%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BB1E81 (or 0xBB1E81) is known color: Medium Violet Red. HEX triplet: BB, 1E and 81. RGB value is (187,30,129). Sum of RGB (Red+Green+Blue) = 187+30+129=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 129 (50.78% from 255 or 37.28% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1E81 is #44E17E. Grayscale: #575757. Windows color (decimal): -4514175 or 8462011. OLE color: 8462011.

HSL color Cylindrical-coordinate representation of color #BB1E81: hue angle of 322.17º 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 #BB1E81 is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 30 129 -
CMYK 0 0.84 0.31 0.27
HSL 322.17º 0.72% 0.43% -
HSV(B) 322.17º 0.84% 0.73% -
XYZ 24.92 13.08 21.98 -
YUV 88.23 151.01 198.45 -
System Red Green Blue C M Y K H S L
Decimal 187 30 129 0 0.84 0.31 0.27 322.17 0.72 0.43
Hex BB 1E 81 0 54 1F 1B 142 48 2B
Octal 273 36 201 0 124 37 33 502 110 53
Binary 10111011 11110 10000001 0 1010100 11111 11011 101000010 1001000 101011

Color Harmonies of #BB1E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1E81

Black with #BB1E81

Text Example


Text Example

White with #BB1E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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