Html Css Color HEX #BC7195 Hopbush

📋 copy color: '#BC7195'

red 188 ◦ green 113 ◦ blue 149

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

Shades of Hopbush #BC7195

Tints of Hopbush #BC7195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.11%

R = 41.78%
G = 25.11%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BC7195 (or 0xBC7195) is known color: Hopbush. HEX triplet: BC, 71 and 95. RGB value is (188,113,149). Sum of RGB (Red+Green+Blue) = 188+113+149=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 149 (58.59% from 255 or 33.11% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7195 is #438E6A. Grayscale: #8B8B8B. Windows color (decimal): -4427371 or 9793980. OLE color: 9793980.

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

Color convert

RGB 188 113 149 -
CMYK 0 0.40 0.21 0.26
HSL 331.2º 0.36% 0.59% -
HSV(B) 331.2º 0.4% 0.74% -
XYZ 32.07 24.67 31.51 -
YUV 139.53 133.35 162.57 -
System Red Green Blue C M Y K H S L
Decimal 188 113 149 0 0.40 0.21 0.26 331.2 0.36 0.59
Hex BC 71 95 0 28 15 1A 14B 24 3B
Octal 274 161 225 0 50 25 32 513 44 73
Binary 10111100 1110001 10010101 0 101000 10101 11010 101001011 100100 111011

Color Harmonies of #BC7195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7195

Black with #BC7195

Text Example


Text Example

White with #BC7195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7195; }

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

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

background-color css

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

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

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

border-color css

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

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

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