Html Css Color HEX #BC719E Hopbush

📋 copy color: '#BC719E'

red 188 ◦ green 113 ◦ blue 158

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

Shades of Hopbush #BC719E

Tints of Hopbush #BC719E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.62%

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

R = 40.96%
G = 24.62%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC719E (or 0xBC719E) is known color: Hopbush. HEX triplet: BC, 71 and 9E. RGB value is (188,113,158). Sum of RGB (Red+Green+Blue) = 188+113+158=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC719E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC719E is #438E61. Grayscale: #8C8C8C. Windows color (decimal): -4427362 or 10383804. OLE color: 10383804.

HSL color Cylindrical-coordinate representation of color #BC719E: hue angle of 324º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC719E is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 113 158 -
CMYK 0 0.40 0.16 0.26
HSL 324º 0.36% 0.59% -
HSV(B) 324º 0.4% 0.74% -
XYZ 32.82 24.97 35.44 -
YUV 140.56 137.85 161.84 -
System Red Green Blue C M Y K H S L
Decimal 188 113 158 0 0.40 0.16 0.26 324 0.36 0.59
Hex BC 71 9E 0 28 10 1A 144 24 3B
Octal 274 161 236 0 50 20 32 504 44 73
Binary 10111100 1110001 10011110 0 101000 10000 11010 101000100 100100 111011

Color Harmonies of #BC719E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC719E

Black with #BC719E

Text Example


Text Example

White with #BC719E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC719E; }

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

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

background-color css

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

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

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

border-color css

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

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

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