Html Css Color HEX #BB458E Mulberry

📋 copy color: '#BB458E'

red 187 ◦ green 69 ◦ blue 142

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

Shades of Mulberry #BB458E

Tints of Mulberry #BB458E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.68%

R = 46.98%
G = 17.34%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB458E (or 0xBB458E) is known color: Mulberry. HEX triplet: BB, 45 and 8E. RGB value is (187,69,142). Sum of RGB (Red+Green+Blue) = 187+69+142=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB458E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB458E is #44BA71. Grayscale: #707070. Windows color (decimal): -4504178 or 9323963. OLE color: 9323963.

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

Color convert

RGB 187 69 142 -
CMYK 0 0.63 0.24 0.27
HSL 322.88º 0.46% 0.5% -
HSV(B) 322.88º 0.63% 0.73% -
XYZ 27.5 16.77 27.38 -
YUV 112.6 144.59 181.06 -
System Red Green Blue C M Y K H S L
Decimal 187 69 142 0 0.63 0.24 0.27 322.88 0.46 0.5
Hex BB 45 8E 0 3F 18 1B 143 2E 32
Octal 273 105 216 0 77 30 33 503 56 62
Binary 10111011 1000101 10001110 0 111111 11000 11011 101000011 101110 110010

Color Harmonies of #BB458E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB458E

Black with #BB458E

Text Example


Text Example

White with #BB458E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB458E; }

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

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

background-color css

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

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

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

border-color css

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

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

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