Html Css Color HEX #BC4397 Mulberry

📋 copy color: '#BC4397'

red 188 ◦ green 67 ◦ blue 151

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

Shades of Mulberry #BC4397

Tints of Mulberry #BC4397

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.5%

 BLUE value IS 151 (59.38% from 255) = 37.19%

R = 46.31%
G = 16.5%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC4397 (or 0xBC4397) is known color: Mulberry. HEX triplet: BC, 43 and 97. RGB value is (188,67,151). Sum of RGB (Red+Green+Blue) = 188+67+151=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 67 (26.56% from 255 or 16.50% from 406); Blue value is 151 (59.38% from 255 or 37.19% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4397 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4397 is #43BC68. Grayscale: #707070. Windows color (decimal): -4439145 or 9913276. OLE color: 9913276.

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

Color convert

RGB 188 67 151 -
CMYK 0 0.64 0.20 0.26
HSL 318.35º 0.47% 0.5% -
HSV(B) 318.35º 0.64% 0.74% -
XYZ 28.33 16.94 31.05 -
YUV 112.76 149.59 181.67 -
System Red Green Blue C M Y K H S L
Decimal 188 67 151 0 0.64 0.20 0.26 318.35 0.47 0.5
Hex BC 43 97 0 40 14 1A 13E 2F 32
Octal 274 103 227 0 100 24 32 476 57 62
Binary 10111100 1000011 10010111 0 1000000 10100 11010 100111110 101111 110010

Color Harmonies of #BC4397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4397

Black with #BC4397

Text Example


Text Example

White with #BC4397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4397; }

 p { color: rgb(188,67,151); }

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

background-color css

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

 a { background-color: rgb(188,67,151); }

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

border-color css

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

 span { border-color: rgb(188,67,151); }

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