Html Css Color HEX #BB468D Mulberry

📋 copy color: '#BB468D'

red 187 ◦ green 70 ◦ blue 141

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

Shades of Mulberry #BB468D

Tints of Mulberry #BB468D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.43%

R = 46.98%
G = 17.59%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB468D (or 0xBB468D) is known color: Mulberry. HEX triplet: BB, 46 and 8D. RGB value is (187,70,141). Sum of RGB (Red+Green+Blue) = 187+70+141=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB468D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB468D is #44B972. Grayscale: #707070. Windows color (decimal): -4503923 or 9258683. OLE color: 9258683.

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

Color convert

RGB 187 70 141 -
CMYK 0 0.63 0.25 0.27
HSL 323.59º 0.46% 0.5% -
HSV(B) 323.59º 0.63% 0.73% -
XYZ 27.49 16.87 27.01 -
YUV 113.08 143.76 180.73 -
System Red Green Blue C M Y K H S L
Decimal 187 70 141 0 0.63 0.25 0.27 323.59 0.46 0.5
Hex BB 46 8D 0 3F 19 1B 144 2E 32
Octal 273 106 215 0 77 31 33 504 56 62
Binary 10111011 1000110 10001101 0 111111 11001 11011 101000100 101110 110010

Color Harmonies of #BB468D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB468D

Black with #BB468D

Text Example


Text Example

White with #BB468D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB468D; }

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

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

background-color css

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

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

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

border-color css

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

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

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