Html Css Color HEX #BB469B Mulberry

📋 copy color: '#BB469B'

red 187 ◦ green 70 ◦ blue 155

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

Shades of Mulberry #BB469B

Tints of Mulberry #BB469B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.99%

 BLUE value IS 155 (60.94% from 255) = 37.62%

R = 45.39%
G = 16.99%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB469B (or 0xBB469B) is known color: Mulberry. HEX triplet: BB, 46 and 9B. RGB value is (187,70,155). Sum of RGB (Red+Green+Blue) = 187+70+155=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 70 (27.73% from 255 or 16.99% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB469B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB469B is #44B964. Grayscale: #727272. Windows color (decimal): -4503909 or 10176187. OLE color: 10176187.

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

Color convert

RGB 187 70 155 -
CMYK 0 0.63 0.17 0.27
HSL 316.41º 0.46% 0.5% -
HSV(B) 316.41º 0.63% 0.73% -
XYZ 28.6 17.31 32.84 -
YUV 114.67 150.76 179.59 -
System Red Green Blue C M Y K H S L
Decimal 187 70 155 0 0.63 0.17 0.27 316.41 0.46 0.5
Hex BB 46 9B 0 3F 11 1B 13C 2E 32
Octal 273 106 233 0 77 21 33 474 56 62
Binary 10111011 1000110 10011011 0 111111 10001 11011 100111100 101110 110010

Color Harmonies of #BB469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB469B

Black with #BB469B

Text Example


Text Example

White with #BB469B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB469B; }

 p { color: rgb(187,70,155); }

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

background-color css

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

 a { background-color: rgb(187,70,155); }

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

border-color css

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

 span { border-color: rgb(187,70,155); }

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