Html Css Color HEX #BC469D Mulberry

📋 copy color: '#BC469D'

red 188 ◦ green 70 ◦ blue 157

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

Shades of Mulberry #BC469D

Tints of Mulberry #BC469D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.87%

 BLUE value IS 157 (61.72% from 255) = 37.83%

R = 45.3%
G = 16.87%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC469D (or 0xBC469D) is known color: Mulberry. HEX triplet: BC, 46 and 9D. RGB value is (188,70,157). Sum of RGB (Red+Green+Blue) = 188+70+157=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 70 (27.73% from 255 or 16.87% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC469D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC469D is #43B962. Grayscale: #727272. Windows color (decimal): -4438371 or 10307260. OLE color: 10307260.

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

Color convert

RGB 188 70 157 -
CMYK 0 0.63 0.16 0.26
HSL 315.76º 0.47% 0.51% -
HSV(B) 315.76º 0.63% 0.74% -
XYZ 29.02 17.51 33.75 -
YUV 115.2 151.59 179.93 -
System Red Green Blue C M Y K H S L
Decimal 188 70 157 0 0.63 0.16 0.26 315.76 0.47 0.51
Hex BC 46 9D 0 3F 10 1A 13C 2F 33
Octal 274 106 235 0 77 20 32 474 57 63
Binary 10111100 1000110 10011101 0 111111 10000 11010 100111100 101111 110011

Color Harmonies of #BC469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC469D

Black with #BC469D

Text Example


Text Example

White with #BC469D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC469D; }

 p { color: rgb(188,70,157); }

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

background-color css

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

 a { background-color: rgb(188,70,157); }

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

border-color css

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

 span { border-color: rgb(188,70,157); }

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