Html Css Color HEX #BC6593 Hopbush

📋 copy color: '#BC6593'

red 188 ◦ green 101 ◦ blue 147

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

Shades of Hopbush #BC6593

Tints of Hopbush #BC6593

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.17%

 BLUE value IS 147 (57.81% from 255) = 33.72%

R = 43.12%
G = 23.17%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BC6593 (or 0xBC6593) is known color: Hopbush. HEX triplet: BC, 65 and 93. RGB value is (188,101,147). Sum of RGB (Red+Green+Blue) = 188+101+147=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6593 is #439A6C. Grayscale: #848484. Windows color (decimal): -4430445 or 9659836. OLE color: 9659836.

HSL color Cylindrical-coordinate representation of color #BC6593: hue angle of 328.28º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC6593 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 101 147 -
CMYK 0 0.46 0.22 0.26
HSL 328.28º 0.39% 0.57% -
HSV(B) 328.28º 0.46% 0.74% -
XYZ 30.66 22.11 30.25 -
YUV 132.26 136.32 167.76 -
System Red Green Blue C M Y K H S L
Decimal 188 101 147 0 0.46 0.22 0.26 328.28 0.39 0.57
Hex BC 65 93 0 2E 16 1A 148 27 39
Octal 274 145 223 0 56 26 32 510 47 71
Binary 10111100 1100101 10010011 0 101110 10110 11010 101001000 100111 111001

Color Harmonies of #BC6593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6593

Black with #BC6593

Text Example


Text Example

White with #BC6593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6593; }

 p { color: rgb(188,101,147); }

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

background-color css

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

 a { background-color: rgb(188,101,147); }

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

border-color css

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

 span { border-color: rgb(188,101,147); }

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