Html Css Color HEX #BB468A Mulberry

📋 copy color: '#BB468A'

red 187 ◦ green 70 ◦ blue 138

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

Shades of Mulberry #BB468A

Tints of Mulberry #BB468A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.94%

R = 47.34%
G = 17.72%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB468A (or 0xBB468A) is known color: Mulberry. HEX triplet: BB, 46 and 8A. RGB value is (187,70,138). Sum of RGB (Red+Green+Blue) = 187+70+138=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 70 (27.73% from 255 or 17.72% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB468A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB468A is #44B975. Grayscale: #707070. Windows color (decimal): -4503926 or 9062075. OLE color: 9062075.

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

Color convert

RGB 187 70 138 -
CMYK 0 0.63 0.26 0.27
HSL 325.13º 0.46% 0.5% -
HSV(B) 325.13º 0.63% 0.73% -
XYZ 27.27 16.78 25.85 -
YUV 112.74 142.26 180.97 -
System Red Green Blue C M Y K H S L
Decimal 187 70 138 0 0.63 0.26 0.27 325.13 0.46 0.5
Hex BB 46 8A 0 3F 1A 1B 145 2E 32
Octal 273 106 212 0 77 32 33 505 56 62
Binary 10111011 1000110 10001010 0 111111 11010 11011 101000101 101110 110010

Color Harmonies of #BB468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB468A

Black with #BB468A

Text Example


Text Example

White with #BB468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB468A; }

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

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

background-color css

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

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

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

border-color css

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

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

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