Html Css Color HEX #BC438A Mulberry

📋 copy color: '#BC438A'

red 188 ◦ green 67 ◦ blue 138

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

Shades of Mulberry #BC438A

Tints of Mulberry #BC438A

RGB

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

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

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

R = 47.84%
G = 17.05%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC438A (or 0xBC438A) is known color: Mulberry. HEX triplet: BC, 43 and 8A. RGB value is (188,67,138). Sum of RGB (Red+Green+Blue) = 188+67+138=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 67 (26.56% from 255 or 17.05% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC438A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC438A is #43BC75. Grayscale: #6F6F6F. Windows color (decimal): -4439158 or 9061308. OLE color: 9061308.

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

Color convert

RGB 188 67 138 -
CMYK 0 0.64 0.27 0.26
HSL 324.79º 0.47% 0.5% -
HSV(B) 324.79º 0.64% 0.74% -
XYZ 27.33 16.54 25.8 -
YUV 111.27 143.09 182.73 -
System Red Green Blue C M Y K H S L
Decimal 188 67 138 0 0.64 0.27 0.26 324.79 0.47 0.5
Hex BC 43 8A 0 40 1B 1A 145 2F 32
Octal 274 103 212 0 100 33 32 505 57 62
Binary 10111100 1000011 10001010 0 1000000 11011 11010 101000101 101111 110010

Color Harmonies of #BC438A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC438A

Black with #BC438A

Text Example


Text Example

White with #BC438A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC438A; }

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

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

background-color css

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

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

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

border-color css

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

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

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