Html Css Color HEX #BB458B Mulberry

📋 copy color: '#BB458B'

red 187 ◦ green 69 ◦ blue 139

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

Shades of Mulberry #BB458B

Tints of Mulberry #BB458B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.19%

R = 47.34%
G = 17.47%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB458B (or 0xBB458B) is known color: Mulberry. HEX triplet: BB, 45 and 8B. RGB value is (187,69,139). Sum of RGB (Red+Green+Blue) = 187+69+139=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB458B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB458B is #44BA74. Grayscale: #707070. Windows color (decimal): -4504181 or 9127355. OLE color: 9127355.

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

Color convert

RGB 187 69 139 -
CMYK 0 0.63 0.26 0.27
HSL 324.41º 0.46% 0.5% -
HSV(B) 324.41º 0.63% 0.73% -
XYZ 27.28 16.69 26.21 -
YUV 112.26 143.09 181.31 -
System Red Green Blue C M Y K H S L
Decimal 187 69 139 0 0.63 0.26 0.27 324.41 0.46 0.5
Hex BB 45 8B 0 3F 1A 1B 144 2E 32
Octal 273 105 213 0 77 32 33 504 56 62
Binary 10111011 1000101 10001011 0 111111 11010 11011 101000100 101110 110010

Color Harmonies of #BB458B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB458B

Black with #BB458B

Text Example


Text Example

White with #BB458B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB458B; }

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

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

background-color css

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

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

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

border-color css

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

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

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