Html Css Color HEX #BC759A Hopbush

📋 copy color: '#BC759A'

red 188 ◦ green 117 ◦ blue 154

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

Shades of Hopbush #BC759A

Tints of Hopbush #BC759A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.49%

 BLUE value IS 154 (60.55% from 255) = 33.55%

R = 40.96%
G = 25.49%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC759A (or 0xBC759A) is known color: Hopbush. HEX triplet: BC, 75 and 9A. RGB value is (188,117,154). Sum of RGB (Red+Green+Blue) = 188+117+154=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC759A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC759A is #438A65. Grayscale: #8E8E8E. Windows color (decimal): -4426342 or 10122684. OLE color: 10122684.

HSL color Cylindrical-coordinate representation of color #BC759A: hue angle of 328.73º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC759A is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 117 154 -
CMYK 0 0.38 0.18 0.26
HSL 328.73º 0.35% 0.6% -
HSV(B) 328.73º 0.38% 0.74% -
XYZ 32.93 25.75 33.81 -
YUV 142.45 134.52 160.49 -
System Red Green Blue C M Y K H S L
Decimal 188 117 154 0 0.38 0.18 0.26 328.73 0.35 0.6
Hex BC 75 9A 0 26 12 1A 149 23 3C
Octal 274 165 232 0 46 22 32 511 43 74
Binary 10111100 1110101 10011010 0 100110 10010 11010 101001001 100011 111100

Color Harmonies of #BC759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC759A

Black with #BC759A

Text Example


Text Example

White with #BC759A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC759A; }

 p { color: rgb(188,117,154); }

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

background-color css

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

 a { background-color: rgb(188,117,154); }

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

border-color css

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

 span { border-color: rgb(188,117,154); }

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