Html Css Color HEX #BC6A9B Hopbush

📋 copy color: '#BC6A9B'

red 188 ◦ green 106 ◦ blue 155

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

Shades of Hopbush #BC6A9B

Tints of Hopbush #BC6A9B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.61%

 BLUE value IS 155 (60.94% from 255) = 34.52%

R = 41.87%
G = 23.61%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC6A9B (or 0xBC6A9B) is known color: Hopbush. HEX triplet: BC, 6A and 9B. RGB value is (188,106,155). Sum of RGB (Red+Green+Blue) = 188+106+155=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6A9B is #439564. Grayscale: #878787. Windows color (decimal): -4429157 or 10185404. OLE color: 10185404.

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

Color convert

RGB 188 106 155 -
CMYK 0 0.44 0.18 0.26
HSL 324.15º 0.38% 0.58% -
HSV(B) 324.15º 0.44% 0.74% -
XYZ 31.81 23.37 33.84 -
YUV 136.1 138.67 165.02 -
System Red Green Blue C M Y K H S L
Decimal 188 106 155 0 0.44 0.18 0.26 324.15 0.38 0.58
Hex BC 6A 9B 0 2C 12 1A 144 26 3A
Octal 274 152 233 0 54 22 32 504 46 72
Binary 10111100 1101010 10011011 0 101100 10010 11010 101000100 100110 111010

Color Harmonies of #BC6A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6A9B

Black with #BC6A9B

Text Example


Text Example

White with #BC6A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6A9B; }

 p { color: rgb(188,106,155); }

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

background-color css

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

 a { background-color: rgb(188,106,155); }

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

border-color css

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

 span { border-color: rgb(188,106,155); }

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