Html Css Color HEX #BC619C Mulberry

📋 copy color: '#BC619C'

red 188 ◦ green 97 ◦ blue 156

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

Shades of Mulberry #BC619C

Tints of Mulberry #BC619C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22%

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

R = 42.63%
G = 22%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BC619C (or 0xBC619C) is known color: Mulberry. HEX triplet: BC, 61 and 9C. RGB value is (188,97,156). Sum of RGB (Red+Green+Blue) = 188+97+156=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC619C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC619C is #439E63. Grayscale: #828282. Windows color (decimal): -4431460 or 10248636. OLE color: 10248636.

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

Color convert

RGB 188 97 156 -
CMYK 0 0.48 0.17 0.26
HSL 321.1º 0.4% 0.56% -
HSV(B) 321.1º 0.48% 0.74% -
XYZ 31.01 21.64 33.99 -
YUV 130.94 142.15 168.7 -
System Red Green Blue C M Y K H S L
Decimal 188 97 156 0 0.48 0.17 0.26 321.1 0.4 0.56
Hex BC 61 9C 0 30 11 1A 141 28 38
Octal 274 141 234 0 60 21 32 501 50 70
Binary 10111100 1100001 10011100 0 110000 10001 11010 101000001 101000 111000

Color Harmonies of #BC619C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC619C

Black with #BC619C

Text Example


Text Example

White with #BC619C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC619C; }

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

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

background-color css

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

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

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

border-color css

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

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

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