Html Css Color HEX #BC4681 Mulberry

📋 copy color: '#BC4681'

red 188 ◦ green 70 ◦ blue 129

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

Shades of Mulberry #BC4681

Tints of Mulberry #BC4681

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.09%

 BLUE value IS 129 (50.78% from 255) = 33.33%

R = 48.58%
G = 18.09%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BC4681 (or 0xBC4681) is known color: Mulberry. HEX triplet: BC, 46 and 81. RGB value is (188,70,129). Sum of RGB (Red+Green+Blue) = 188+70+129=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4681 is #43B97E. Grayscale: #6F6F6F. Windows color (decimal): -4438399 or 8472252. OLE color: 8472252.

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

Color convert

RGB 188 70 129 -
CMYK 0 0.63 0.31 0.26
HSL 330º 0.47% 0.51% -
HSV(B) 330º 0.63% 0.74% -
XYZ 26.89 16.66 22.57 -
YUV 112.01 137.59 182.2 -
System Red Green Blue C M Y K H S L
Decimal 188 70 129 0 0.63 0.31 0.26 330 0.47 0.51
Hex BC 46 81 0 3F 1F 1A 14A 2F 33
Octal 274 106 201 0 77 37 32 512 57 63
Binary 10111100 1000110 10000001 0 111111 11111 11010 101001010 101111 110011

Color Harmonies of #BC4681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4681

Black with #BC4681

Text Example


Text Example

White with #BC4681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4681; }

 p { color: rgb(188,70,129); }

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

background-color css

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

 a { background-color: rgb(188,70,129); }

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

border-color css

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

 span { border-color: rgb(188,70,129); }

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