Html Css Color HEX #BB4381 Mulberry

📋 copy color: '#BB4381'

red 187 ◦ green 67 ◦ blue 129

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

Shades of Mulberry #BB4381

Tints of Mulberry #BB4381

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.49%

 BLUE value IS 129 (50.78% from 255) = 33.68%

R = 48.83%
G = 17.49%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BB4381 (or 0xBB4381) is known color: Mulberry. HEX triplet: BB, 43 and 81. RGB value is (187,67,129). Sum of RGB (Red+Green+Blue) = 187+67+129=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4381 is #44BC7E. Grayscale: #6D6D6D. Windows color (decimal): -4504703 or 8471483. OLE color: 8471483.

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

Color convert

RGB 187 67 129 -
CMYK 0 0.64 0.31 0.27
HSL 329º 0.47% 0.5% -
HSV(B) 329º 0.64% 0.73% -
XYZ 26.46 16.16 22.49 -
YUV 109.95 138.76 182.96 -
System Red Green Blue C M Y K H S L
Decimal 187 67 129 0 0.64 0.31 0.27 329 0.47 0.5
Hex BB 43 81 0 40 1F 1B 149 2F 32
Octal 273 103 201 0 100 37 33 511 57 62
Binary 10111011 1000011 10000001 0 1000000 11111 11011 101001001 101111 110010

Color Harmonies of #BB4381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4381

Black with #BB4381

Text Example


Text Example

White with #BB4381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4381; }

 p { color: rgb(187,67,129); }

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

background-color css

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

 a { background-color: rgb(187,67,129); }

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

border-color css

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

 span { border-color: rgb(187,67,129); }

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