Html Css Color HEX #BC629F Mulberry

📋 copy color: '#BC629F'

red 188 ◦ green 98 ◦ blue 159

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

Shades of Mulberry #BC629F

Tints of Mulberry #BC629F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.02%

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

R = 42.25%
G = 22.02%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC629F (or 0xBC629F) is known color: Mulberry. HEX triplet: BC, 62 and 9F. RGB value is (188,98,159). Sum of RGB (Red+Green+Blue) = 188+98+159=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 98 (38.67% from 255 or 22.02% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC629F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC629F is #439D60. Grayscale: #838383. Windows color (decimal): -4431201 or 10445500. OLE color: 10445500.

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

Color convert

RGB 188 98 159 -
CMYK 0 0.48 0.15 0.26
HSL 319.33º 0.4% 0.56% -
HSV(B) 319.33º 0.48% 0.74% -
XYZ 31.36 21.93 35.38 -
YUV 131.86 143.32 168.04 -
System Red Green Blue C M Y K H S L
Decimal 188 98 159 0 0.48 0.15 0.26 319.33 0.4 0.56
Hex BC 62 9F 0 30 F 1A 13F 28 38
Octal 274 142 237 0 60 17 32 477 50 70
Binary 10111100 1100010 10011111 0 110000 1111 11010 100111111 101000 111000

Color Harmonies of #BC629F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC629F

Black with #BC629F

Text Example


Text Example

White with #BC629F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC629F; }

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

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

background-color css

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

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

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

border-color css

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

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

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