Html Css Color HEX #BB4098 Mulberry

📋 copy color: '#BB4098'

red 187 ◦ green 64 ◦ blue 152

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

Shades of Mulberry #BB4098

Tints of Mulberry #BB4098

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.88%

 BLUE value IS 152 (59.77% from 255) = 37.72%

R = 46.4%
G = 15.88%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB4098 (or 0xBB4098) is known color: Mulberry. HEX triplet: BB, 40 and 98. RGB value is (187,64,152). Sum of RGB (Red+Green+Blue) = 187+64+152=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4098 is #44BF67. Grayscale: #6E6E6E. Windows color (decimal): -4505448 or 9978043. OLE color: 9978043.

HSL color Cylindrical-coordinate representation of color #BB4098: hue angle of 317.07º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB4098 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 64 152 -
CMYK 0 0.66 0.19 0.27
HSL 317.07º 0.49% 0.49% -
HSV(B) 317.07º 0.66% 0.73% -
XYZ 27.99 16.5 31.41 -
YUV 110.81 151.25 182.34 -
System Red Green Blue C M Y K H S L
Decimal 187 64 152 0 0.66 0.19 0.27 317.07 0.49 0.49
Hex BB 40 98 0 42 13 1B 13D 31 31
Octal 273 100 230 0 102 23 33 475 61 61
Binary 10111011 1000000 10011000 0 1000010 10011 11011 100111101 110001 110001

Color Harmonies of #BB4098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4098

Black with #BB4098

Text Example


Text Example

White with #BB4098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4098; }

 p { color: rgb(187,64,152); }

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

background-color css

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

 a { background-color: rgb(187,64,152); }

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

border-color css

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

 span { border-color: rgb(187,64,152); }

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