Html Css Color HEX #BC458E Mulberry

📋 copy color: '#BC458E'

red 188 ◦ green 69 ◦ blue 142

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

Shades of Mulberry #BC458E

Tints of Mulberry #BC458E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.29%

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

R = 47.12%
G = 17.29%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC458E (or 0xBC458E) is known color: Mulberry. HEX triplet: BC, 45 and 8E. RGB value is (188,69,142). Sum of RGB (Red+Green+Blue) = 188+69+142=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC458E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC458E is #43BA71. Grayscale: #707070. Windows color (decimal): -4438642 or 9323964. OLE color: 9323964.

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

Color convert

RGB 188 69 142 -
CMYK 0 0.63 0.24 0.26
HSL 323.19º 0.47% 0.5% -
HSV(B) 323.19º 0.63% 0.74% -
XYZ 27.75 16.9 27.39 -
YUV 112.9 144.42 181.56 -
System Red Green Blue C M Y K H S L
Decimal 188 69 142 0 0.63 0.24 0.26 323.19 0.47 0.5
Hex BC 45 8E 0 3F 18 1A 143 2F 32
Octal 274 105 216 0 77 30 32 503 57 62
Binary 10111100 1000101 10001110 0 111111 11000 11010 101000011 101111 110010

Color Harmonies of #BC458E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC458E

Black with #BC458E

Text Example


Text Example

White with #BC458E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC458E; }

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

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

background-color css

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

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

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

border-color css

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

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

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