Html Css Color HEX #BB38A0 Medium Red Violet

📋 copy color: '#BB38A0'

red 187 ◦ green 56 ◦ blue 160

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

Shades of Medium Red Violet #BB38A0

Tints of Medium Red Violet #BB38A0

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.9%

 BLUE value IS 160 (62.89% from 255) = 39.7%

R = 46.4%
G = 13.9%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BB38A0 (or 0xBB38A0) is known color: Medium Red Violet. HEX triplet: BB, 38 and A0. RGB value is (187,56,160). Sum of RGB (Red+Green+Blue) = 187+56+160=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 56 (22.27% from 255 or 13.90% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB38A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB38A0 is #44C75F. Grayscale: #6A6A6A. Windows color (decimal): -4507488 or 10500283. OLE color: 10500283.

HSL color Cylindrical-coordinate representation of color #BB38A0: hue angle of 312.37º degrees, saturation: 0.54, 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 #BB38A0 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 56 160 -
CMYK 0 0.70 0.14 0.27
HSL 312.37º 0.54% 0.48% -
HSV(B) 312.37º 0.7% 0.73% -
XYZ 28.25 15.93 34.84 -
YUV 107.03 157.9 185.04 -
System Red Green Blue C M Y K H S L
Decimal 187 56 160 0 0.70 0.14 0.27 312.37 0.54 0.48
Hex BB 38 A0 0 46 E 1B 138 36 30
Octal 273 70 240 0 106 16 33 470 66 60
Binary 10111011 111000 10100000 0 1000110 1110 11011 100111000 110110 110000

Color Harmonies of #BB38A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB38A0

Black with #BB38A0

Text Example


Text Example

White with #BB38A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB38A0; }

 p { color: rgb(187,56,160); }

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

background-color css

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

 a { background-color: rgb(187,56,160); }

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

border-color css

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

 span { border-color: rgb(187,56,160); }

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