Html Css Color HEX #BC468A Mulberry

📋 copy color: '#BC468A'

red 188 ◦ green 70 ◦ blue 138

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

Shades of Mulberry #BC468A

Tints of Mulberry #BC468A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.85%

R = 47.47%
G = 17.68%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC468A (or 0xBC468A) is known color: Mulberry. HEX triplet: BC, 46 and 8A. RGB value is (188,70,138). Sum of RGB (Red+Green+Blue) = 188+70+138=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC468A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC468A is #43B975. Grayscale: #707070. Windows color (decimal): -4438390 or 9062076. OLE color: 9062076.

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

Color convert

RGB 188 70 138 -
CMYK 0 0.63 0.27 0.26
HSL 325.42º 0.47% 0.51% -
HSV(B) 325.42º 0.63% 0.74% -
XYZ 27.52 16.91 25.86 -
YUV 113.03 142.09 181.47 -
System Red Green Blue C M Y K H S L
Decimal 188 70 138 0 0.63 0.27 0.26 325.42 0.47 0.51
Hex BC 46 8A 0 3F 1B 1A 145 2F 33
Octal 274 106 212 0 77 33 32 505 57 63
Binary 10111100 1000110 10001010 0 111111 11011 11010 101000101 101111 110011

Color Harmonies of #BC468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC468A

Black with #BC468A

Text Example


Text Example

White with #BC468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC468A; }

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

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

background-color css

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

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

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

border-color css

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

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

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