Html Css Color HEX #BB1A75 Medium Violet Red

📋 copy color: '#BB1A75'

red 187 ◦ green 26 ◦ blue 117

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

Shades of Medium Violet Red #BB1A75

Tints of Medium Violet Red #BB1A75

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.88%

 BLUE value IS 117 (46.09% from 255) = 35.45%

R = 56.67%
G = 7.88%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB1A75 (or 0xBB1A75) is known color: Medium Violet Red. HEX triplet: BB, 1A and 75. RGB value is (187,26,117). Sum of RGB (Red+Green+Blue) = 187+26+117=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 26 (10.55% from 255 or 7.88% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1A75 is #44E58A. Grayscale: #545454. Windows color (decimal): -4515211 or 7674555. OLE color: 7674555.

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

Color convert

RGB 187 26 117 -
CMYK 0 0.86 0.37 0.27
HSL 326.09º 0.76% 0.42% -
HSV(B) 326.09º 0.86% 0.73% -
XYZ 24.07 12.59 17.99 -
YUV 84.51 146.34 201.1 -
System Red Green Blue C M Y K H S L
Decimal 187 26 117 0 0.86 0.37 0.27 326.09 0.76 0.42
Hex BB 1A 75 0 56 25 1B 146 4C 2A
Octal 273 32 165 0 126 45 33 506 114 52
Binary 10111011 11010 1110101 0 1010110 100101 11011 101000110 1001100 101010

Color Harmonies of #BB1A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1A75

Black with #BB1A75

Text Example


Text Example

White with #BB1A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1A75; }

 p { color: rgb(187,26,117); }

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

background-color css

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

 a { background-color: rgb(187,26,117); }

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

border-color css

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

 span { border-color: rgb(187,26,117); }

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