Html Css Color HEX #BB1892 Medium Violet Red

📋 copy color: '#BB1892'

red 187 ◦ green 24 ◦ blue 146

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

Shades of Medium Violet Red #BB1892

Tints of Medium Violet Red #BB1892

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.72%

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

R = 52.38%
G = 6.72%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB1892 (or 0xBB1892) is known color: Medium Violet Red. HEX triplet: BB, 18 and 92. RGB value is (187,24,146). Sum of RGB (Red+Green+Blue) = 187+24+146=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1892 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1892 is #44E76D. Grayscale: #565656. Windows color (decimal): -4515694 or 9574587. OLE color: 9574587.

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

Color convert

RGB 187 24 146 -
CMYK 0 0.87 0.22 0.27
HSL 315.09º 0.77% 0.41% -
HSV(B) 315.09º 0.87% 0.73% -
XYZ 26.01 13.29 28.39 -
YUV 86.65 161.5 199.58 -
System Red Green Blue C M Y K H S L
Decimal 187 24 146 0 0.87 0.22 0.27 315.09 0.77 0.41
Hex BB 18 92 0 57 16 1B 13B 4D 29
Octal 273 30 222 0 127 26 33 473 115 51
Binary 10111011 11000 10010010 0 1010111 10110 11011 100111011 1001101 101001

Color Harmonies of #BB1892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1892

Black with #BB1892

Text Example


Text Example

White with #BB1892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1892; }

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

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

background-color css

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

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

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

border-color css

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

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

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