Html Css Color HEX #BC439A Mulberry

📋 copy color: '#BC439A'

red 188 ◦ green 67 ◦ blue 154

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

Shades of Mulberry #BC439A

Tints of Mulberry #BC439A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.65%

R = 45.97%
G = 16.38%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC439A (or 0xBC439A) is known color: Mulberry. HEX triplet: BC, 43 and 9A. RGB value is (188,67,154). Sum of RGB (Red+Green+Blue) = 188+67+154=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 67 (26.56% from 255 or 16.38% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC439A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC439A is #43BC65. Grayscale: #707070. Windows color (decimal): -4439142 or 10109884. OLE color: 10109884.

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

Color convert

RGB 188 67 154 -
CMYK 0 0.64 0.18 0.26
HSL 316.86º 0.47% 0.5% -
HSV(B) 316.86º 0.64% 0.74% -
XYZ 28.58 17.04 32.35 -
YUV 113.1 151.09 181.43 -
System Red Green Blue C M Y K H S L
Decimal 188 67 154 0 0.64 0.18 0.26 316.86 0.47 0.5
Hex BC 43 9A 0 40 12 1A 13D 2F 32
Octal 274 103 232 0 100 22 32 475 57 62
Binary 10111100 1000011 10011010 0 1000000 10010 11010 100111101 101111 110010

Color Harmonies of #BC439A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC439A

Black with #BC439A

Text Example


Text Example

White with #BC439A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC439A; }

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

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

background-color css

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

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

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

border-color css

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

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

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