Html Css Color HEX #BB5083 Mulberry

📋 copy color: '#BB5083'

red 187 ◦ green 80 ◦ blue 131

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

Shades of Mulberry #BB5083

Tints of Mulberry #BB5083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.91%

R = 46.98%
G = 20.1%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB5083 (or 0xBB5083) is known color: Mulberry. HEX triplet: BB, 50 and 83. RGB value is (187,80,131). Sum of RGB (Red+Green+Blue) = 187+80+131=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5083 is #44AF7C. Grayscale: #757575. Windows color (decimal): -4501373 or 8605883. OLE color: 8605883.

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

Color convert

RGB 187 80 131 -
CMYK 0 0.57 0.30 0.27
HSL 331.4º 0.44% 0.52% -
HSV(B) 331.4º 0.57% 0.73% -
XYZ 27.46 17.94 23.49 -
YUV 117.81 135.45 177.35 -
System Red Green Blue C M Y K H S L
Decimal 187 80 131 0 0.57 0.30 0.27 331.4 0.44 0.52
Hex BB 50 83 0 39 1E 1B 14B 2C 34
Octal 273 120 203 0 71 36 33 513 54 64
Binary 10111011 1010000 10000011 0 111001 11110 11011 101001011 101100 110100

Color Harmonies of #BB5083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5083

Black with #BB5083

Text Example


Text Example

White with #BB5083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5083; }

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

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

background-color css

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

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

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

border-color css

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

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

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