Html Css Color HEX #BC449B Mulberry

📋 copy color: '#BC449B'

red 188 ◦ green 68 ◦ blue 155

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

Shades of Mulberry #BC449B

Tints of Mulberry #BC449B

RGB

 RED value IS 188 (73.83% from 255) = 45.74%

 GREEN value IS 68 (26.95% from 255) = 16.55%

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

R = 45.74%
G = 16.55%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC449B (or 0xBC449B) is known color: Mulberry. HEX triplet: BC, 44 and 9B. RGB value is (188,68,155). Sum of RGB (Red+Green+Blue) = 188+68+155=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 68 (26.95% from 255 or 16.55% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC449B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC449B is #43BB64. Grayscale: #717171. Windows color (decimal): -4438885 or 10175676. OLE color: 10175676.

HSL color Cylindrical-coordinate representation of color #BC449B: hue angle of 316.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC449B is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 68 155 -
CMYK 0 0.64 0.18 0.26
HSL 316.5º 0.47% 0.5% -
HSV(B) 316.5º 0.64% 0.74% -
XYZ 28.72 17.19 32.81 -
YUV 113.8 151.26 180.93 -
System Red Green Blue C M Y K H S L
Decimal 188 68 155 0 0.64 0.18 0.26 316.5 0.47 0.5
Hex BC 44 9B 0 40 12 1A 13C 2F 32
Octal 274 104 233 0 100 22 32 474 57 62
Binary 10111100 1000100 10011011 0 1000000 10010 11010 100111100 101111 110010

Color Harmonies of #BC449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC449B

Black with #BC449B

Text Example


Text Example

White with #BC449B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC449B; }

 p { color: rgb(188,68,155); }

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

background-color css

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

 a { background-color: rgb(188,68,155); }

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

border-color css

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

 span { border-color: rgb(188,68,155); }

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