Html Css Color HEX #BB1E8E Medium Violet Red

📋 copy color: '#BB1E8E'

red 187 ◦ green 30 ◦ blue 142

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

Shades of Medium Violet Red #BB1E8E

Tints of Medium Violet Red #BB1E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.55%

R = 52.09%
G = 8.36%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB1E8E (or 0xBB1E8E) is known color: Medium Violet Red. HEX triplet: BB, 1E and 8E. RGB value is (187,30,142). Sum of RGB (Red+Green+Blue) = 187+30+142=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 30 (12.11% from 255 or 8.36% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1E8E is #44E171. Grayscale: #595959. Windows color (decimal): -4514162 or 9313979. OLE color: 9313979.

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

Color convert

RGB 187 30 142 -
CMYK 0 0.84 0.24 0.27
HSL 317.2º 0.72% 0.43% -
HSV(B) 317.2º 0.84% 0.73% -
XYZ 25.84 13.45 26.82 -
YUV 89.71 157.51 197.39 -
System Red Green Blue C M Y K H S L
Decimal 187 30 142 0 0.84 0.24 0.27 317.2 0.72 0.43
Hex BB 1E 8E 0 54 18 1B 13D 48 2B
Octal 273 36 216 0 124 30 33 475 110 53
Binary 10111011 11110 10001110 0 1010100 11000 11011 100111101 1001000 101011

Color Harmonies of #BB1E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1E8E

Black with #BB1E8E

Text Example


Text Example

White with #BB1E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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