Html Css Color HEX #BC69A0 Hopbush

📋 copy color: '#BC69A0'

red 188 ◦ green 105 ◦ blue 160

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

Shades of Hopbush #BC69A0

Tints of Hopbush #BC69A0

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.18%

 BLUE value IS 160 (62.89% from 255) = 35.32%

R = 41.5%
G = 23.18%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC69A0 (or 0xBC69A0) is known color: Hopbush. HEX triplet: BC, 69 and A0. RGB value is (188,105,160). Sum of RGB (Red+Green+Blue) = 188+105+160=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BC69A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC69A0 is #43965F. Grayscale: #878787. Windows color (decimal): -4429408 or 10512828. OLE color: 10512828.

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

Color convert

RGB 188 105 160 -
CMYK 0 0.44 0.15 0.26
HSL 320.24º 0.38% 0.57% -
HSV(B) 320.24º 0.44% 0.74% -
XYZ 32.14 23.33 36.07 -
YUV 136.09 141.5 165.03 -
System Red Green Blue C M Y K H S L
Decimal 188 105 160 0 0.44 0.15 0.26 320.24 0.38 0.57
Hex BC 69 A0 0 2C F 1A 140 26 39
Octal 274 151 240 0 54 17 32 500 46 71
Binary 10111100 1101001 10100000 0 101100 1111 11010 101000000 100110 111001

Color Harmonies of #BC69A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC69A0

Black with #BC69A0

Text Example


Text Example

White with #BC69A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC69A0; }

 p { color: rgb(188,105,160); }

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

background-color css

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

 a { background-color: rgb(188,105,160); }

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

border-color css

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

 span { border-color: rgb(188,105,160); }

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