Html Css Color HEX #BB418F Mulberry

📋 copy color: '#BB418F'

red 187 ◦ green 65 ◦ blue 143

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

Shades of Mulberry #BB418F

Tints of Mulberry #BB418F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.46%

 BLUE value IS 143 (56.25% from 255) = 36.2%

R = 47.34%
G = 16.46%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB418F (or 0xBB418F) is known color: Mulberry. HEX triplet: BB, 41 and 8F. RGB value is (187,65,143). Sum of RGB (Red+Green+Blue) = 187+65+143=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB418F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB418F is #44BE70. Grayscale: #6E6E6E. Windows color (decimal): -4505201 or 9388475. OLE color: 9388475.

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

Color convert

RGB 187 65 143 -
CMYK 0 0.65 0.24 0.27
HSL 321.64º 0.48% 0.49% -
HSV(B) 321.64º 0.65% 0.73% -
XYZ 27.34 16.33 27.7 -
YUV 110.37 146.42 182.66 -
System Red Green Blue C M Y K H S L
Decimal 187 65 143 0 0.65 0.24 0.27 321.64 0.48 0.49
Hex BB 41 8F 0 41 18 1B 142 30 31
Octal 273 101 217 0 101 30 33 502 60 61
Binary 10111011 1000001 10001111 0 1000001 11000 11011 101000010 110000 110001

Color Harmonies of #BB418F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB418F

Black with #BB418F

Text Example


Text Example

White with #BB418F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB418F; }

 p { color: rgb(187,65,143); }

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

background-color css

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

 a { background-color: rgb(187,65,143); }

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

border-color css

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

 span { border-color: rgb(187,65,143); }

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