Html Css Color HEX #BC619D Mulberry

📋 copy color: '#BC619D'

red 188 ◦ green 97 ◦ blue 157

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

Shades of Mulberry #BC619D

Tints of Mulberry #BC619D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.52%

R = 42.53%
G = 21.95%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC619D (or 0xBC619D) is known color: Mulberry. HEX triplet: BC, 61 and 9D. RGB value is (188,97,157). Sum of RGB (Red+Green+Blue) = 188+97+157=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC619D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC619D is #439E62. Grayscale: #828282. Windows color (decimal): -4431459 or 10314172. OLE color: 10314172.

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

Color convert

RGB 188 97 157 -
CMYK 0 0.48 0.16 0.26
HSL 320.44º 0.4% 0.56% -
HSV(B) 320.44º 0.48% 0.74% -
XYZ 31.1 21.68 34.44 -
YUV 131.05 142.65 168.62 -
System Red Green Blue C M Y K H S L
Decimal 188 97 157 0 0.48 0.16 0.26 320.44 0.4 0.56
Hex BC 61 9D 0 30 10 1A 140 28 38
Octal 274 141 235 0 60 20 32 500 50 70
Binary 10111100 1100001 10011101 0 110000 10000 11010 101000000 101000 111000

Color Harmonies of #BC619D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC619D

Black with #BC619D

Text Example


Text Example

White with #BC619D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC619D; }

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

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

background-color css

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

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

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

border-color css

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

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

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