Html Css Color HEX #BB1694 Medium Violet Red

📋 copy color: '#BB1694'

red 187 ◦ green 22 ◦ blue 148

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

Shades of Medium Violet Red #BB1694

Tints of Medium Violet Red #BB1694

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.16%

 BLUE value IS 148 (58.2% from 255) = 41.46%

R = 52.38%
G = 6.16%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BB1694 (or 0xBB1694) is known color: Medium Violet Red. HEX triplet: BB, 16 and 94. RGB value is (187,22,148). Sum of RGB (Red+Green+Blue) = 187+22+148=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1694 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1694 is #44E96B. Grayscale: #555555. Windows color (decimal): -4516204 or 9705147. OLE color: 9705147.

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

Color convert

RGB 187 22 148 -
CMYK 0 0.88 0.21 0.27
HSL 314.18º 0.79% 0.41% -
HSV(B) 314.18º 0.88% 0.73% -
XYZ 26.13 13.28 29.2 -
YUV 85.7 163.16 200.25 -
System Red Green Blue C M Y K H S L
Decimal 187 22 148 0 0.88 0.21 0.27 314.18 0.79 0.41
Hex BB 16 94 0 58 15 1B 13A 4F 29
Octal 273 26 224 0 130 25 33 472 117 51
Binary 10111011 10110 10010100 0 1011000 10101 11011 100111010 1001111 101001

Color Harmonies of #BB1694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1694

Black with #BB1694

Text Example


Text Example

White with #BB1694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1694; }

 p { color: rgb(187,22,148); }

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

background-color css

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

 a { background-color: rgb(187,22,148); }

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

border-color css

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

 span { border-color: rgb(187,22,148); }

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