Html Css Color HEX #BB1993 Medium Violet Red

📋 copy color: '#BB1993'

red 187 ◦ green 25 ◦ blue 147

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

Shades of Medium Violet Red #BB1993

Tints of Medium Violet Red #BB1993

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.96%

 BLUE value IS 147 (57.81% from 255) = 40.95%

R = 52.09%
G = 6.96%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BB1993 (or 0xBB1993) is known color: Medium Violet Red. HEX triplet: BB, 19 and 93. RGB value is (187,25,147). Sum of RGB (Red+Green+Blue) = 187+25+147=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1993 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1993 is #44E66C. Grayscale: #575757. Windows color (decimal): -4515437 or 9640379. OLE color: 9640379.

HSL color Cylindrical-coordinate representation of color #BB1993: hue angle of 314.81º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1993 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 25 147 -
CMYK 0 0.87 0.21 0.27
HSL 314.81º 0.76% 0.42% -
HSV(B) 314.81º 0.87% 0.73% -
XYZ 26.11 13.37 28.81 -
YUV 87.35 161.67 199.08 -
System Red Green Blue C M Y K H S L
Decimal 187 25 147 0 0.87 0.21 0.27 314.81 0.76 0.42
Hex BB 19 93 0 57 15 1B 13B 4C 2A
Octal 273 31 223 0 127 25 33 473 114 52
Binary 10111011 11001 10010011 0 1010111 10101 11011 100111011 1001100 101010

Color Harmonies of #BB1993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1993

Black with #BB1993

Text Example


Text Example

White with #BB1993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1993; }

 p { color: rgb(187,25,147); }

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

background-color css

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

 a { background-color: rgb(187,25,147); }

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

border-color css

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

 span { border-color: rgb(187,25,147); }

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