Html Css Color HEX #BC608D Mulberry

📋 copy color: '#BC608D'

red 188 ◦ green 96 ◦ blue 141

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

Shades of Mulberry #BC608D

Tints of Mulberry #BC608D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.18%

R = 44.24%
G = 22.59%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC608D (or 0xBC608D) is known color: Mulberry. HEX triplet: BC, 60 and 8D. RGB value is (188,96,141). Sum of RGB (Red+Green+Blue) = 188+96+141=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC608D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC608D is #439F72. Grayscale: #808080. Windows color (decimal): -4431731 or 9265340. OLE color: 9265340.

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

Color convert

RGB 188 96 141 -
CMYK 0 0.49 0.25 0.26
HSL 330.65º 0.41% 0.56% -
HSV(B) 330.65º 0.49% 0.74% -
XYZ 29.73 20.98 27.68 -
YUV 128.64 134.98 170.34 -
System Red Green Blue C M Y K H S L
Decimal 188 96 141 0 0.49 0.25 0.26 330.65 0.41 0.56
Hex BC 60 8D 0 31 19 1A 14B 29 38
Octal 274 140 215 0 61 31 32 513 51 70
Binary 10111100 1100000 10001101 0 110001 11001 11010 101001011 101001 111000

Color Harmonies of #BC608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC608D

Black with #BC608D

Text Example


Text Example

White with #BC608D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC608D; }

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

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

background-color css

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

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

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

border-color css

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

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

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