Html Css Color HEX #BC609F Mulberry

📋 copy color: '#BC609F'

red 188 ◦ green 96 ◦ blue 159

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

Shades of Mulberry #BC609F

Tints of Mulberry #BC609F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.89%

R = 42.44%
G = 21.67%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC609F (or 0xBC609F) is known color: Mulberry. HEX triplet: BC, 60 and 9F. RGB value is (188,96,159). Sum of RGB (Red+Green+Blue) = 188+96+159=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC609F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC609F is #439F60. Grayscale: #828282. Windows color (decimal): -4431713 or 10444988. OLE color: 10444988.

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

Color convert

RGB 188 96 159 -
CMYK 0 0.49 0.15 0.26
HSL 318.91º 0.41% 0.56% -
HSV(B) 318.91º 0.49% 0.74% -
XYZ 31.18 21.56 35.32 -
YUV 130.69 143.98 168.88 -
System Red Green Blue C M Y K H S L
Decimal 188 96 159 0 0.49 0.15 0.26 318.91 0.41 0.56
Hex BC 60 9F 0 31 F 1A 13F 29 38
Octal 274 140 237 0 61 17 32 477 51 70
Binary 10111100 1100000 10011111 0 110001 1111 11010 100111111 101001 111000

Color Harmonies of #BC609F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC609F

Black with #BC609F

Text Example


Text Example

White with #BC609F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC609F; }

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

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

background-color css

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

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

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

border-color css

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

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

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