Html Css Color HEX #BC719B Hopbush

📋 copy color: '#BC719B'

red 188 ◦ green 113 ◦ blue 155

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

Shades of Hopbush #BC719B

Tints of Hopbush #BC719B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.99%

R = 41.23%
G = 24.78%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC719B (or 0xBC719B) is known color: Hopbush. HEX triplet: BC, 71 and 9B. RGB value is (188,113,155). Sum of RGB (Red+Green+Blue) = 188+113+155=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC719B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC719B is #438E64. Grayscale: #8C8C8C. Windows color (decimal): -4427365 or 10187196. OLE color: 10187196.

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

Color convert

RGB 188 113 155 -
CMYK 0 0.40 0.18 0.26
HSL 326.4º 0.36% 0.59% -
HSV(B) 326.4º 0.4% 0.74% -
XYZ 32.56 24.87 34.09 -
YUV 140.21 136.35 162.08 -
System Red Green Blue C M Y K H S L
Decimal 188 113 155 0 0.40 0.18 0.26 326.4 0.36 0.59
Hex BC 71 9B 0 28 12 1A 146 24 3B
Octal 274 161 233 0 50 22 32 506 44 73
Binary 10111100 1110001 10011011 0 101000 10010 11010 101000110 100100 111011

Color Harmonies of #BC719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC719B

Black with #BC719B

Text Example


Text Example

White with #BC719B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC719B; }

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

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

background-color css

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

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

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

border-color css

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

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

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