Html Css Color HEX #BB458C Mulberry

📋 copy color: '#BB458C'

red 187 ◦ green 69 ◦ blue 140

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

Shades of Mulberry #BB458C

Tints of Mulberry #BB458C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.35%

R = 47.22%
G = 17.42%
B = 35.35%

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

#BB458C (or 0xBB458C) is known color: Mulberry. HEX triplet: BB, 45 and 8C. RGB value is (187,69,140). Sum of RGB (Red+Green+Blue) = 187+69+140=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 69 (27.34% from 255 or 17.42% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB458C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB458C is #44BA73. Grayscale: #707070. Windows color (decimal): -4504180 or 9192891. OLE color: 9192891.

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

Color convert

RGB 187 69 140 -
CMYK 0 0.63 0.25 0.27
HSL 323.9º 0.46% 0.5% -
HSV(B) 323.9º 0.63% 0.73% -
XYZ 27.36 16.71 26.6 -
YUV 112.38 143.59 181.23 -
System Red Green Blue C M Y K H S L
Decimal 187 69 140 0 0.63 0.25 0.27 323.9 0.46 0.5
Hex BB 45 8C 0 3F 19 1B 144 2E 32
Octal 273 105 214 0 77 31 33 504 56 62
Binary 10111011 1000101 10001100 0 111111 11001 11011 101000100 101110 110010

Color Harmonies of #BB458C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB458C

Black with #BB458C

Text Example


Text Example

White with #BB458C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB458C; }

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

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

background-color css

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

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

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

border-color css

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

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

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