Html Css Color HEX #BC659E Hopbush

📋 copy color: '#BC659E'

red 188 ◦ green 101 ◦ blue 158

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

Shades of Hopbush #BC659E

Tints of Hopbush #BC659E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.35%

R = 42.06%
G = 22.6%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC659E (or 0xBC659E) is known color: Hopbush. HEX triplet: BC, 65 and 9E. RGB value is (188,101,158). Sum of RGB (Red+Green+Blue) = 188+101+158=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 101 (39.84% from 255 or 22.60% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC659E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC659E is #439A61. Grayscale: #858585. Windows color (decimal): -4430434 or 10380732. OLE color: 10380732.

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

Color convert

RGB 188 101 158 -
CMYK 0 0.46 0.16 0.26
HSL 320.69º 0.39% 0.57% -
HSV(B) 320.69º 0.46% 0.74% -
XYZ 31.56 22.47 35.02 -
YUV 133.51 141.82 166.87 -
System Red Green Blue C M Y K H S L
Decimal 188 101 158 0 0.46 0.16 0.26 320.69 0.39 0.57
Hex BC 65 9E 0 2E 10 1A 141 27 39
Octal 274 145 236 0 56 20 32 501 47 71
Binary 10111100 1100101 10011110 0 101110 10000 11010 101000001 100111 111001

Color Harmonies of #BC659E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC659E

Black with #BC659E

Text Example


Text Example

White with #BC659E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC659E; }

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

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

background-color css

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

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

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

border-color css

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

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

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