Html Css Color HEX #BB399A Medium Red Violet

📋 copy color: '#BB399A'

red 187 ◦ green 57 ◦ blue 154

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

Shades of Medium Red Violet #BB399A

Tints of Medium Red Violet #BB399A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.32%

 BLUE value IS 154 (60.55% from 255) = 38.69%

R = 46.98%
G = 14.32%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB399A (or 0xBB399A) is known color: Medium Red Violet. HEX triplet: BB, 39 and 9A. RGB value is (187,57,154). Sum of RGB (Red+Green+Blue) = 187+57+154=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB399A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB399A is #44C665. Grayscale: #6A6A6A. Windows color (decimal): -4507238 or 10107323. OLE color: 10107323.

HSL color Cylindrical-coordinate representation of color #BB399A: hue angle of 315.23º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB399A is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 57 154 -
CMYK 0 0.70 0.18 0.27
HSL 315.23º 0.53% 0.48% -
HSV(B) 315.23º 0.7% 0.73% -
XYZ 27.79 15.82 32.16 -
YUV 106.93 154.57 185.11 -
System Red Green Blue C M Y K H S L
Decimal 187 57 154 0 0.70 0.18 0.27 315.23 0.53 0.48
Hex BB 39 9A 0 46 12 1B 13B 35 30
Octal 273 71 232 0 106 22 33 473 65 60
Binary 10111011 111001 10011010 0 1000110 10010 11011 100111011 110101 110000

Color Harmonies of #BB399A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB399A

Black with #BB399A

Text Example


Text Example

White with #BB399A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB399A; }

 p { color: rgb(187,57,154); }

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

background-color css

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

 a { background-color: rgb(187,57,154); }

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

border-color css

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

 span { border-color: rgb(187,57,154); }

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