Html Css Color HEX #BC7598 Hopbush

📋 copy color: '#BC7598'

red 188 ◦ green 117 ◦ blue 152

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

Shades of Hopbush #BC7598

Tints of Hopbush #BC7598

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.6%

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

R = 41.14%
G = 25.6%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC7598 (or 0xBC7598) is known color: Hopbush. HEX triplet: BC, 75 and 98. RGB value is (188,117,152). Sum of RGB (Red+Green+Blue) = 188+117+152=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7598 is #438A67. Grayscale: #8E8E8E. Windows color (decimal): -4426344 or 9991612. OLE color: 9991612.

HSL color Cylindrical-coordinate representation of color #BC7598: hue angle of 330.42º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC7598 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 117 152 -
CMYK 0 0.38 0.19 0.26
HSL 330.42º 0.35% 0.6% -
HSV(B) 330.42º 0.38% 0.74% -
XYZ 32.77 25.68 32.94 -
YUV 142.22 133.52 160.65 -
System Red Green Blue C M Y K H S L
Decimal 188 117 152 0 0.38 0.19 0.26 330.42 0.35 0.6
Hex BC 75 98 0 26 13 1A 14A 23 3C
Octal 274 165 230 0 46 23 32 512 43 74
Binary 10111100 1110101 10011000 0 100110 10011 11010 101001010 100011 111100

Color Harmonies of #BC7598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7598

Black with #BC7598

Text Example


Text Example

White with #BC7598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7598; }

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

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

background-color css

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

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

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

border-color css

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

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

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