Html Css Color HEX #BC6C92 Hopbush

📋 copy color: '#BC6C92'

red 188 ◦ green 108 ◦ blue 146

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

Shades of Hopbush #BC6C92

Tints of Hopbush #BC6C92

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.43%

 BLUE value IS 146 (57.42% from 255) = 33.03%

R = 42.53%
G = 24.43%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BC6C92 (or 0xBC6C92) is known color: Hopbush. HEX triplet: BC, 6C and 92. RGB value is (188,108,146). Sum of RGB (Red+Green+Blue) = 188+108+146=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 108 (42.58% from 255 or 24.43% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6C92 is #43936D. Grayscale: #888888. Windows color (decimal): -4428654 or 9596092. OLE color: 9596092.

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

Color convert

RGB 188 108 146 -
CMYK 0 0.43 0.22 0.26
HSL 331.5º 0.37% 0.58% -
HSV(B) 331.5º 0.43% 0.74% -
XYZ 31.29 23.49 30.08 -
YUV 136.25 133.5 164.91 -
System Red Green Blue C M Y K H S L
Decimal 188 108 146 0 0.43 0.22 0.26 331.5 0.37 0.58
Hex BC 6C 92 0 2B 16 1A 14C 25 3A
Octal 274 154 222 0 53 26 32 514 45 72
Binary 10111100 1101100 10010010 0 101011 10110 11010 101001100 100101 111010

Color Harmonies of #BC6C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6C92

Black with #BC6C92

Text Example


Text Example

White with #BC6C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6C92; }

 p { color: rgb(188,108,146); }

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

background-color css

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

 a { background-color: rgb(188,108,146); }

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

border-color css

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

 span { border-color: rgb(188,108,146); }

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