Html Css Color HEX #BC7099 Hopbush

📋 copy color: '#BC7099'

red 188 ◦ green 112 ◦ blue 153

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

Shades of Hopbush #BC7099

Tints of Hopbush #BC7099

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.72%

 BLUE value IS 153 (60.16% from 255) = 33.77%

R = 41.5%
G = 24.72%
B = 33.77%

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

#BC7099 (or 0xBC7099) is known color: Hopbush. HEX triplet: BC, 70 and 99. RGB value is (188,112,153). Sum of RGB (Red+Green+Blue) = 188+112+153=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7099 is #438F66. Grayscale: #8B8B8B. Windows color (decimal): -4427623 or 10055868. OLE color: 10055868.

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

Color convert

RGB 188 112 153 -
CMYK 0 0.40 0.19 0.26
HSL 327.63º 0.36% 0.59% -
HSV(B) 327.63º 0.4% 0.74% -
XYZ 32.28 24.58 33.18 -
YUV 139.4 135.68 162.67 -
System Red Green Blue C M Y K H S L
Decimal 188 112 153 0 0.40 0.19 0.26 327.63 0.36 0.59
Hex BC 70 99 0 28 13 1A 148 24 3B
Octal 274 160 231 0 50 23 32 510 44 73
Binary 10111100 1110000 10011001 0 101000 10011 11010 101001000 100100 111011

Color Harmonies of #BC7099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7099

Black with #BC7099

Text Example


Text Example

White with #BC7099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7099; }

 p { color: rgb(188,112,153); }

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

background-color css

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

 a { background-color: rgb(188,112,153); }

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

border-color css

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

 span { border-color: rgb(188,112,153); }

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