Html Css Color HEX #BC6597 Hopbush

📋 copy color: '#BC6597'

red 188 ◦ green 101 ◦ blue 151

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

Shades of Hopbush #BC6597

Tints of Hopbush #BC6597

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.95%

 BLUE value IS 151 (59.38% from 255) = 34.32%

R = 42.73%
G = 22.95%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC6597 (or 0xBC6597) is known color: Hopbush. HEX triplet: BC, 65 and 97. RGB value is (188,101,151). Sum of RGB (Red+Green+Blue) = 188+101+151=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 151 (59.38% from 255 or 34.32% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6597 is #439A68. Grayscale: #848484. Windows color (decimal): -4430441 or 9921980. OLE color: 9921980.

HSL color Cylindrical-coordinate representation of color #BC6597: hue angle of 325.52º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC6597 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 101 151 -
CMYK 0 0.46 0.20 0.26
HSL 325.52º 0.39% 0.57% -
HSV(B) 325.52º 0.46% 0.74% -
XYZ 30.98 22.23 31.94 -
YUV 132.71 138.32 167.43 -
System Red Green Blue C M Y K H S L
Decimal 188 101 151 0 0.46 0.20 0.26 325.52 0.39 0.57
Hex BC 65 97 0 2E 14 1A 146 27 39
Octal 274 145 227 0 56 24 32 506 47 71
Binary 10111100 1100101 10010111 0 101110 10100 11010 101000110 100111 111001

Color Harmonies of #BC6597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6597

Black with #BC6597

Text Example


Text Example

White with #BC6597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6597; }

 p { color: rgb(188,101,151); }

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

background-color css

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

 a { background-color: rgb(188,101,151); }

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

border-color css

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

 span { border-color: rgb(188,101,151); }

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