Html Css Color HEX #BB619C Mulberry

📋 copy color: '#BB619C'

red 187 ◦ green 97 ◦ blue 156

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

Shades of Mulberry #BB619C

Tints of Mulberry #BB619C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.05%

 BLUE value IS 156 (61.33% from 255) = 35.45%

R = 42.5%
G = 22.05%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB619C (or 0xBB619C) is known color: Mulberry. HEX triplet: BB, 61 and 9C. RGB value is (187,97,156). Sum of RGB (Red+Green+Blue) = 187+97+156=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BB619C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB619C is #449E63. Grayscale: #828282. Windows color (decimal): -4496996 or 10248635. OLE color: 10248635.

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

Color convert

RGB 187 97 156 -
CMYK 0 0.48 0.17 0.27
HSL 320.67º 0.4% 0.56% -
HSV(B) 320.67º 0.48% 0.73% -
XYZ 30.77 21.51 33.98 -
YUV 130.64 142.32 168.2 -
System Red Green Blue C M Y K H S L
Decimal 187 97 156 0 0.48 0.17 0.27 320.67 0.4 0.56
Hex BB 61 9C 0 30 11 1B 141 28 38
Octal 273 141 234 0 60 21 33 501 50 70
Binary 10111011 1100001 10011100 0 110000 10001 11011 101000001 101000 111000

Color Harmonies of #BB619C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB619C

Black with #BB619C

Text Example


Text Example

White with #BB619C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB619C; }

 p { color: rgb(187,97,156); }

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

background-color css

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

 a { background-color: rgb(187,97,156); }

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

border-color css

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

 span { border-color: rgb(187,97,156); }

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