Html Css Color HEX #BB458D Mulberry

📋 copy color: '#BB458D'

red 187 ◦ green 69 ◦ blue 141

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

Shades of Mulberry #BB458D

Tints of Mulberry #BB458D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.38%

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

R = 47.1%
G = 17.38%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB458D (or 0xBB458D) is known color: Mulberry. HEX triplet: BB, 45 and 8D. RGB value is (187,69,141). Sum of RGB (Red+Green+Blue) = 187+69+141=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB458D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB458D is #44BA72. Grayscale: #707070. Windows color (decimal): -4504179 or 9258427. OLE color: 9258427.

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

Color convert

RGB 187 69 141 -
CMYK 0 0.63 0.25 0.27
HSL 323.39º 0.46% 0.5% -
HSV(B) 323.39º 0.63% 0.73% -
XYZ 27.43 16.74 26.99 -
YUV 112.49 144.09 181.15 -
System Red Green Blue C M Y K H S L
Decimal 187 69 141 0 0.63 0.25 0.27 323.39 0.46 0.5
Hex BB 45 8D 0 3F 19 1B 143 2E 32
Octal 273 105 215 0 77 31 33 503 56 62
Binary 10111011 1000101 10001101 0 111111 11001 11011 101000011 101110 110010

Color Harmonies of #BB458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB458D

Black with #BB458D

Text Example


Text Example

White with #BB458D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB458D; }

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

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

background-color css

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

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

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

border-color css

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

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

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