Html Css Color HEX #BC439B Mulberry

📋 copy color: '#BC439B'

red 188 ◦ green 67 ◦ blue 155

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

Shades of Mulberry #BC439B

Tints of Mulberry #BC439B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.8%

R = 45.85%
G = 16.34%
B = 37.8%

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

#BC439B (or 0xBC439B) is known color: Mulberry. HEX triplet: BC, 43 and 9B. RGB value is (188,67,155). Sum of RGB (Red+Green+Blue) = 188+67+155=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 67 (26.56% from 255 or 16.34% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC439B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC439B is #43BC64. Grayscale: #707070. Windows color (decimal): -4439141 or 10175420. OLE color: 10175420.

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

Color convert

RGB 188 67 155 -
CMYK 0 0.64 0.18 0.26
HSL 316.36º 0.47% 0.5% -
HSV(B) 316.36º 0.64% 0.74% -
XYZ 28.66 17.07 32.79 -
YUV 113.21 151.59 181.34 -
System Red Green Blue C M Y K H S L
Decimal 188 67 155 0 0.64 0.18 0.26 316.36 0.47 0.5
Hex BC 43 9B 0 40 12 1A 13C 2F 32
Octal 274 103 233 0 100 22 32 474 57 62
Binary 10111100 1000011 10011011 0 1000000 10010 11010 100111100 101111 110010

Color Harmonies of #BC439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC439B

Black with #BC439B

Text Example


Text Example

White with #BC439B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC439B; }

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

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

background-color css

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

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

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

border-color css

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

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

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