Html Css Color HEX #BC7198 Hopbush

📋 copy color: '#BC7198'

red 188 ◦ green 113 ◦ blue 152

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

Shades of Hopbush #BC7198

Tints of Hopbush #BC7198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.55%

R = 41.5%
G = 24.94%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC7198 (or 0xBC7198) is known color: Hopbush. HEX triplet: BC, 71 and 98. RGB value is (188,113,152). Sum of RGB (Red+Green+Blue) = 188+113+152=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7198 is #438E67. Grayscale: #8B8B8B. Windows color (decimal): -4427368 or 9990588. OLE color: 9990588.

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

Color convert

RGB 188 113 152 -
CMYK 0 0.40 0.19 0.26
HSL 328.8º 0.36% 0.59% -
HSV(B) 328.8º 0.4% 0.74% -
XYZ 32.31 24.77 32.78 -
YUV 139.87 134.85 162.33 -
System Red Green Blue C M Y K H S L
Decimal 188 113 152 0 0.40 0.19 0.26 328.8 0.36 0.59
Hex BC 71 98 0 28 13 1A 149 24 3B
Octal 274 161 230 0 50 23 32 511 44 73
Binary 10111100 1110001 10011000 0 101000 10011 11010 101001001 100100 111011

Color Harmonies of #BC7198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7198

Black with #BC7198

Text Example


Text Example

White with #BC7198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7198; }

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

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

background-color css

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

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

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

border-color css

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

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

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