Html Css Color HEX #BC6795 Hopbush

📋 copy color: '#BC6795'

red 188 ◦ green 103 ◦ blue 149

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

Shades of Hopbush #BC6795

Tints of Hopbush #BC6795

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.41%

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

R = 42.73%
G = 23.41%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BC6795 (or 0xBC6795) is known color: Hopbush. HEX triplet: BC, 67 and 95. RGB value is (188,103,149). Sum of RGB (Red+Green+Blue) = 188+103+149=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6795 is #43986A. Grayscale: #858585. Windows color (decimal): -4429931 or 9791420. OLE color: 9791420.

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

Color convert

RGB 188 103 149 -
CMYK 0 0.45 0.21 0.26
HSL 327.53º 0.39% 0.57% -
HSV(B) 327.53º 0.45% 0.74% -
XYZ 31.01 22.56 31.15 -
YUV 133.66 136.66 166.76 -
System Red Green Blue C M Y K H S L
Decimal 188 103 149 0 0.45 0.21 0.26 327.53 0.39 0.57
Hex BC 67 95 0 2D 15 1A 148 27 39
Octal 274 147 225 0 55 25 32 510 47 71
Binary 10111100 1100111 10010101 0 101101 10101 11010 101001000 100111 111001

Color Harmonies of #BC6795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6795

Black with #BC6795

Text Example


Text Example

White with #BC6795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6795; }

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

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

background-color css

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

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

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

border-color css

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

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

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