Html Css Color HEX #BB3499 Medium Red Violet

📋 copy color: '#BB3499'

red 187 ◦ green 52 ◦ blue 153

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

Shades of Medium Red Violet #BB3499

Tints of Medium Red Violet #BB3499

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.27%

 BLUE value IS 153 (60.16% from 255) = 39.03%

R = 47.7%
G = 13.27%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB3499 (or 0xBB3499) is known color: Medium Red Violet. HEX triplet: BB, 34 and 99. RGB value is (187,52,153). Sum of RGB (Red+Green+Blue) = 187+52+153=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 52 (20.70% from 255 or 13.27% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3499 is #44CB66. Grayscale: #676767. Windows color (decimal): -4508519 or 10040507. OLE color: 10040507.

HSL color Cylindrical-coordinate representation of color #BB3499: hue angle of 315.11º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB3499 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 52 153 -
CMYK 0 0.72 0.18 0.27
HSL 315.11º 0.56% 0.47% -
HSV(B) 315.11º 0.72% 0.73% -
XYZ 27.47 15.32 31.65 -
YUV 103.88 155.73 187.29 -
System Red Green Blue C M Y K H S L
Decimal 187 52 153 0 0.72 0.18 0.27 315.11 0.56 0.47
Hex BB 34 99 0 48 12 1B 13B 38 2F
Octal 273 64 231 0 110 22 33 473 70 57
Binary 10111011 110100 10011001 0 1001000 10010 11011 100111011 111000 101111

Color Harmonies of #BB3499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3499

Black with #BB3499

Text Example


Text Example

White with #BB3499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3499; }

 p { color: rgb(187,52,153); }

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

background-color css

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

 a { background-color: rgb(187,52,153); }

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

border-color css

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

 span { border-color: rgb(187,52,153); }

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