Html Css Color HEX #BC418E Mulberry

📋 copy color: '#BC418E'

red 188 ◦ green 65 ◦ blue 142

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

Shades of Mulberry #BC418E

Tints of Mulberry #BC418E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.46%

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

R = 47.59%
G = 16.46%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC418E (or 0xBC418E) is known color: Mulberry. HEX triplet: BC, 41 and 8E. RGB value is (188,65,142). Sum of RGB (Red+Green+Blue) = 188+65+142=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC418E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC418E is #43BE71. Grayscale: #6E6E6E. Windows color (decimal): -4439666 or 9322940. OLE color: 9322940.

HSL color Cylindrical-coordinate representation of color #BC418E: hue angle of 322.44º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC418E is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 65 142 -
CMYK 0 0.65 0.24 0.26
HSL 322.44º 0.49% 0.5% -
HSV(B) 322.44º 0.65% 0.74% -
XYZ 27.51 16.42 27.31 -
YUV 110.56 145.75 183.24 -
System Red Green Blue C M Y K H S L
Decimal 188 65 142 0 0.65 0.24 0.26 322.44 0.49 0.5
Hex BC 41 8E 0 41 18 1A 142 31 32
Octal 274 101 216 0 101 30 32 502 61 62
Binary 10111100 1000001 10001110 0 1000001 11000 11010 101000010 110001 110010

Color Harmonies of #BC418E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC418E

Black with #BC418E

Text Example


Text Example

White with #BC418E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC418E; }

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

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

background-color css

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

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

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

border-color css

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

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

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