Html Css Color HEX #BC608C Mulberry

📋 copy color: '#BC608C'

red 188 ◦ green 96 ◦ blue 140

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

Shades of Mulberry #BC608C

Tints of Mulberry #BC608C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.02%

R = 44.34%
G = 22.64%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC608C (or 0xBC608C) is known color: Mulberry. HEX triplet: BC, 60 and 8C. RGB value is (188,96,140). Sum of RGB (Red+Green+Blue) = 188+96+140=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC608C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC608C is #439F73. Grayscale: #808080. Windows color (decimal): -4431732 or 9199804. OLE color: 9199804.

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

Color convert

RGB 188 96 140 -
CMYK 0 0.49 0.26 0.26
HSL 331.3º 0.41% 0.56% -
HSV(B) 331.3º 0.49% 0.74% -
XYZ 29.66 20.95 27.29 -
YUV 128.52 134.48 170.42 -
System Red Green Blue C M Y K H S L
Decimal 188 96 140 0 0.49 0.26 0.26 331.3 0.41 0.56
Hex BC 60 8C 0 31 1A 1A 14B 29 38
Octal 274 140 214 0 61 32 32 513 51 70
Binary 10111100 1100000 10001100 0 110001 11010 11010 101001011 101001 111000

Color Harmonies of #BC608C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC608C

Black with #BC608C

Text Example


Text Example

White with #BC608C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC608C; }

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

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

background-color css

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

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

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

border-color css

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

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

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