Html Css Color HEX #BC4384 Mulberry

📋 copy color: '#BC4384'

red 188 ◦ green 67 ◦ blue 132

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

Shades of Mulberry #BC4384

Tints of Mulberry #BC4384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.11%

R = 48.58%
G = 17.31%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC4384 (or 0xBC4384) is known color: Mulberry. HEX triplet: BC, 43 and 84. RGB value is (188,67,132). Sum of RGB (Red+Green+Blue) = 188+67+132=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4384 is #43BC7B. Grayscale: #6E6E6E. Windows color (decimal): -4439164 or 8668092. OLE color: 8668092.

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

Color convert

RGB 188 67 132 -
CMYK 0 0.64 0.30 0.26
HSL 327.77º 0.47% 0.5% -
HSV(B) 327.77º 0.64% 0.74% -
XYZ 26.91 16.37 23.57 -
YUV 110.59 140.09 183.21 -
System Red Green Blue C M Y K H S L
Decimal 188 67 132 0 0.64 0.30 0.26 327.77 0.47 0.5
Hex BC 43 84 0 40 1E 1A 148 2F 32
Octal 274 103 204 0 100 36 32 510 57 62
Binary 10111100 1000011 10000100 0 1000000 11110 11010 101001000 101111 110010

Color Harmonies of #BC4384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4384

Black with #BC4384

Text Example


Text Example

White with #BC4384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4384; }

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

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

background-color css

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

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

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

border-color css

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

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

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