Html Css Color HEX #BB5093 Mulberry

📋 copy color: '#BB5093'

red 187 ◦ green 80 ◦ blue 147

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

Shades of Mulberry #BB5093

Tints of Mulberry #BB5093

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.32%

 BLUE value IS 147 (57.81% from 255) = 35.51%

R = 45.17%
G = 19.32%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BB5093 (or 0xBB5093) is known color: Mulberry. HEX triplet: BB, 50 and 93. RGB value is (187,80,147). Sum of RGB (Red+Green+Blue) = 187+80+147=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5093 is #44AF6C. Grayscale: #777777. Windows color (decimal): -4501357 or 9654459. OLE color: 9654459.

HSL color Cylindrical-coordinate representation of color #BB5093: hue angle of 322.43º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB5093 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 80 147 -
CMYK 0 0.57 0.21 0.27
HSL 322.43º 0.44% 0.52% -
HSV(B) 322.43º 0.57% 0.73% -
XYZ 28.63 18.41 29.65 -
YUV 119.63 143.45 176.05 -
System Red Green Blue C M Y K H S L
Decimal 187 80 147 0 0.57 0.21 0.27 322.43 0.44 0.52
Hex BB 50 93 0 39 15 1B 142 2C 34
Octal 273 120 223 0 71 25 33 502 54 64
Binary 10111011 1010000 10010011 0 111001 10101 11011 101000010 101100 110100

Color Harmonies of #BB5093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5093

Black with #BB5093

Text Example


Text Example

White with #BB5093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5093; }

 p { color: rgb(187,80,147); }

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

background-color css

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

 a { background-color: rgb(187,80,147); }

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

border-color css

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

 span { border-color: rgb(187,80,147); }

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