Html Css Color HEX #BC4498 Mulberry

📋 copy color: '#BC4498'

red 188 ◦ green 68 ◦ blue 152

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

Shades of Mulberry #BC4498

Tints of Mulberry #BC4498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.25%

R = 46.08%
G = 16.67%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC4498 (or 0xBC4498) is known color: Mulberry. HEX triplet: BC, 44 and 98. RGB value is (188,68,152). Sum of RGB (Red+Green+Blue) = 188+68+152=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 68 (26.95% from 255 or 16.67% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4498 is #43BB67. Grayscale: #717171. Windows color (decimal): -4438888 or 9979068. OLE color: 9979068.

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

Color convert

RGB 188 68 152 -
CMYK 0 0.64 0.19 0.26
HSL 318º 0.47% 0.5% -
HSV(B) 318º 0.64% 0.74% -
XYZ 28.47 17.09 31.5 -
YUV 113.46 149.76 181.17 -
System Red Green Blue C M Y K H S L
Decimal 188 68 152 0 0.64 0.19 0.26 318 0.47 0.5
Hex BC 44 98 0 40 13 1A 13E 2F 32
Octal 274 104 230 0 100 23 32 476 57 62
Binary 10111100 1000100 10011000 0 1000000 10011 11010 100111110 101111 110010

Color Harmonies of #BC4498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4498

Black with #BC4498

Text Example


Text Example

White with #BC4498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4498; }

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

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

background-color css

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

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

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

border-color css

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

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

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