Html Css Color HEX #BC608B Mulberry

📋 copy color: '#BC608B'

red 188 ◦ green 96 ◦ blue 139

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

Shades of Mulberry #BC608B

Tints of Mulberry #BC608B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.86%

R = 44.44%
G = 22.7%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC608B (or 0xBC608B) is known color: Mulberry. HEX triplet: BC, 60 and 8B. RGB value is (188,96,139). Sum of RGB (Red+Green+Blue) = 188+96+139=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC608B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC608B is #439F74. Grayscale: #808080. Windows color (decimal): -4431733 or 9134268. OLE color: 9134268.

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

Color convert

RGB 188 96 139 -
CMYK 0 0.49 0.26 0.26
HSL 331.96º 0.41% 0.56% -
HSV(B) 331.96º 0.49% 0.74% -
XYZ 29.58 20.92 26.91 -
YUV 128.41 133.98 170.5 -
System Red Green Blue C M Y K H S L
Decimal 188 96 139 0 0.49 0.26 0.26 331.96 0.41 0.56
Hex BC 60 8B 0 31 1A 1A 14C 29 38
Octal 274 140 213 0 61 32 32 514 51 70
Binary 10111100 1100000 10001011 0 110001 11010 11010 101001100 101001 111000

Color Harmonies of #BC608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC608B

Black with #BC608B

Text Example


Text Example

White with #BC608B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC608B; }

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

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

background-color css

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

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

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

border-color css

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

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

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