Html Css Color HEX #BB438D Mulberry

📋 copy color: '#BB438D'

red 187 ◦ green 67 ◦ blue 141

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

Shades of Mulberry #BB438D

Tints of Mulberry #BB438D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.7%

R = 47.34%
G = 16.96%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB438D (or 0xBB438D) is known color: Mulberry. HEX triplet: BB, 43 and 8D. RGB value is (187,67,141). Sum of RGB (Red+Green+Blue) = 187+67+141=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 67 (26.56% from 255 or 16.96% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB438D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB438D is #44BC72. Grayscale: #6F6F6F. Windows color (decimal): -4504691 or 9257915. OLE color: 9257915.

HSL color Cylindrical-coordinate representation of color #BB438D: hue angle of 323º 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 #BB438D is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 67 141 -
CMYK 0 0.64 0.25 0.27
HSL 323º 0.47% 0.5% -
HSV(B) 323º 0.64% 0.73% -
XYZ 27.31 16.5 26.95 -
YUV 111.32 144.76 181.98 -
System Red Green Blue C M Y K H S L
Decimal 187 67 141 0 0.64 0.25 0.27 323 0.47 0.5
Hex BB 43 8D 0 40 19 1B 143 2F 32
Octal 273 103 215 0 100 31 33 503 57 62
Binary 10111011 1000011 10001101 0 1000000 11001 11011 101000011 101111 110010

Color Harmonies of #BB438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB438D

Black with #BB438D

Text Example


Text Example

White with #BB438D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB438D; }

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

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

background-color css

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

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

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

border-color css

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

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

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