Html Css Color HEX #BC609C Mulberry

📋 copy color: '#BC609C'

red 188 ◦ green 96 ◦ blue 156

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

Shades of Mulberry #BC609C

Tints of Mulberry #BC609C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.82%

 BLUE value IS 156 (61.33% from 255) = 35.45%

R = 42.73%
G = 21.82%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BC609C (or 0xBC609C) is known color: Mulberry. HEX triplet: BC, 60 and 9C. RGB value is (188,96,156). Sum of RGB (Red+Green+Blue) = 188+96+156=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC609C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC609C is #439F63. Grayscale: #828282. Windows color (decimal): -4431716 or 10248380. OLE color: 10248380.

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

Color convert

RGB 188 96 156 -
CMYK 0 0.49 0.17 0.26
HSL 320.87º 0.41% 0.56% -
HSV(B) 320.87º 0.49% 0.74% -
XYZ 30.92 21.46 33.96 -
YUV 130.35 142.48 169.12 -
System Red Green Blue C M Y K H S L
Decimal 188 96 156 0 0.49 0.17 0.26 320.87 0.41 0.56
Hex BC 60 9C 0 31 11 1A 141 29 38
Octal 274 140 234 0 61 21 32 501 51 70
Binary 10111100 1100000 10011100 0 110001 10001 11010 101000001 101001 111000

Color Harmonies of #BC609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC609C

Black with #BC609C

Text Example


Text Example

White with #BC609C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC609C; }

 p { color: rgb(188,96,156); }

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

background-color css

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

 a { background-color: rgb(188,96,156); }

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

border-color css

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

 span { border-color: rgb(188,96,156); }

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