Html Css Color HEX #BC6A93 Hopbush

📋 copy color: '#BC6A93'

red 188 ◦ green 106 ◦ blue 147

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

Shades of Hopbush #BC6A93

Tints of Hopbush #BC6A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.33%

R = 42.63%
G = 24.04%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BC6A93 (or 0xBC6A93) is known color: Hopbush. HEX triplet: BC, 6A and 93. RGB value is (188,106,147). Sum of RGB (Red+Green+Blue) = 188+106+147=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 147 (57.81% from 255 or 33.33% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6A93 is #43956C. Grayscale: #878787. Windows color (decimal): -4429165 or 9661116. OLE color: 9661116.

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

Color convert

RGB 188 106 147 -
CMYK 0 0.44 0.22 0.26
HSL 330º 0.38% 0.58% -
HSV(B) 330º 0.44% 0.74% -
XYZ 31.16 23.11 30.42 -
YUV 135.19 134.67 165.67 -
System Red Green Blue C M Y K H S L
Decimal 188 106 147 0 0.44 0.22 0.26 330 0.38 0.58
Hex BC 6A 93 0 2C 16 1A 14A 26 3A
Octal 274 152 223 0 54 26 32 512 46 72
Binary 10111100 1101010 10010011 0 101100 10110 11010 101001010 100110 111010

Color Harmonies of #BC6A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6A93

Black with #BC6A93

Text Example


Text Example

White with #BC6A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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