Html Css Color HEX #BB1692 Medium Violet Red

📋 copy color: '#BB1692'

red 187 ◦ green 22 ◦ blue 146

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

Shades of Medium Violet Red #BB1692

Tints of Medium Violet Red #BB1692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.13%

R = 52.68%
G = 6.2%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB1692 (or 0xBB1692) is known color: Medium Violet Red. HEX triplet: BB, 16 and 92. RGB value is (187,22,146). Sum of RGB (Red+Green+Blue) = 187+22+146=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 22 (8.98% from 255 or 6.20% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1692 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1692 is #44E96D. Grayscale: #555555. Windows color (decimal): -4516206 or 9574075. OLE color: 9574075.

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

Color convert

RGB 187 22 146 -
CMYK 0 0.88 0.22 0.27
HSL 314.91º 0.79% 0.41% -
HSV(B) 314.91º 0.88% 0.73% -
XYZ 25.97 13.21 28.38 -
YUV 85.47 162.16 200.42 -
System Red Green Blue C M Y K H S L
Decimal 187 22 146 0 0.88 0.22 0.27 314.91 0.79 0.41
Hex BB 16 92 0 58 16 1B 13B 4F 29
Octal 273 26 222 0 130 26 33 473 117 51
Binary 10111011 10110 10010010 0 1011000 10110 11011 100111011 1001111 101001

Color Harmonies of #BB1692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1692

Black with #BB1692

Text Example


Text Example

White with #BB1692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1692; }

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

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

background-color css

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

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

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

border-color css

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

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

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