Html Css Color HEX #BC4FA4 Mulberry

📋 copy color: '#BC4FA4'

red 188 ◦ green 79 ◦ blue 164

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

Shades of Mulberry #BC4FA4

Tints of Mulberry #BC4FA4

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.33%

 BLUE value IS 164 (64.45% from 255) = 38.05%

R = 43.62%
G = 18.33%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BC4FA4 (or 0xBC4FA4) is known color: Mulberry. HEX triplet: BC, 4F and A4. RGB value is (188,79,164). Sum of RGB (Red+Green+Blue) = 188+79+164=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 79 (31.25% from 255 or 18.33% from 431); Blue value is 164 (64.45% from 255 or 38.05% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4FA4 is #43B05B. Grayscale: #797979. Windows color (decimal): -4436060 or 10768316. OLE color: 10768316.

HSL color Cylindrical-coordinate representation of color #BC4FA4: hue angle of 313.21º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC4FA4 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 79 164 -
CMYK 0 0.58 0.13 0.26
HSL 313.21º 0.45% 0.52% -
HSV(B) 313.21º 0.58% 0.74% -
XYZ 30.24 18.96 37.19 -
YUV 121.28 152.11 175.59 -
System Red Green Blue C M Y K H S L
Decimal 188 79 164 0 0.58 0.13 0.26 313.21 0.45 0.52
Hex BC 4F A4 0 3A D 1A 139 2D 34
Octal 274 117 244 0 72 15 32 471 55 64
Binary 10111100 1001111 10100100 0 111010 1101 11010 100111001 101101 110100

Color Harmonies of #BC4FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4FA4

Black with #BC4FA4

Text Example


Text Example

White with #BC4FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4FA4; }

 p { color: rgb(188,79,164); }

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

background-color css

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

 a { background-color: rgb(188,79,164); }

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

border-color css

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

 span { border-color: rgb(188,79,164); }

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