Html Css Color HEX #BC438E Mulberry

📋 copy color: '#BC438E'

red 188 ◦ green 67 ◦ blue 142

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

Shades of Mulberry #BC438E

Tints of Mulberry #BC438E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.77%

R = 47.36%
G = 16.88%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC438E (or 0xBC438E) is known color: Mulberry. HEX triplet: BC, 43 and 8E. RGB value is (188,67,142). Sum of RGB (Red+Green+Blue) = 188+67+142=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 67 (26.56% from 255 or 16.88% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC438E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC438E is #43BC71. Grayscale: #6F6F6F. Windows color (decimal): -4439154 or 9323452. OLE color: 9323452.

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

Color convert

RGB 188 67 142 -
CMYK 0 0.64 0.24 0.26
HSL 322.81º 0.47% 0.5% -
HSV(B) 322.81º 0.64% 0.74% -
XYZ 27.63 16.66 27.35 -
YUV 111.73 145.09 182.4 -
System Red Green Blue C M Y K H S L
Decimal 188 67 142 0 0.64 0.24 0.26 322.81 0.47 0.5
Hex BC 43 8E 0 40 18 1A 143 2F 32
Octal 274 103 216 0 100 30 32 503 57 62
Binary 10111100 1000011 10001110 0 1000000 11000 11010 101000011 101111 110010

Color Harmonies of #BC438E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC438E

Black with #BC438E

Text Example


Text Example

White with #BC438E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC438E; }

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

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

background-color css

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

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

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

border-color css

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

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

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