Html Css Color HEX #BB3FA1 Mulberry

📋 copy color: '#BB3FA1'

red 187 ◦ green 63 ◦ blue 161

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

Shades of Mulberry #BB3FA1

Tints of Mulberry #BB3FA1

RGB

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

 GREEN value IS 63 (25% from 255) = 15.33%

 BLUE value IS 161 (63.28% from 255) = 39.17%

R = 45.5%
G = 15.33%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BB3FA1 (or 0xBB3FA1) is known color: Mulberry. HEX triplet: BB, 3F and A1. RGB value is (187,63,161). Sum of RGB (Red+Green+Blue) = 187+63+161=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 161 (63.28% from 255 or 39.17% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3FA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3FA1 is #44C05E. Grayscale: #6E6E6E. Windows color (decimal): -4505695 or 10567611. OLE color: 10567611.

HSL color Cylindrical-coordinate representation of color #BB3FA1: hue angle of 312.58º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB3FA1 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 63 161 -
CMYK 0 0.66 0.14 0.27
HSL 312.58º 0.5% 0.49% -
HSV(B) 312.58º 0.66% 0.73% -
XYZ 28.7 16.69 35.43 -
YUV 111.25 156.08 182.03 -
System Red Green Blue C M Y K H S L
Decimal 187 63 161 0 0.66 0.14 0.27 312.58 0.5 0.49
Hex BB 3F A1 0 42 E 1B 139 32 31
Octal 273 77 241 0 102 16 33 471 62 61
Binary 10111011 111111 10100001 0 1000010 1110 11011 100111001 110010 110001

Color Harmonies of #BB3FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3FA1

Black with #BB3FA1

Text Example


Text Example

White with #BB3FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3FA1; }

 p { color: rgb(187,63,161); }

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

background-color css

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

 a { background-color: rgb(187,63,161); }

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

border-color css

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

 span { border-color: rgb(187,63,161); }

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