Html Css Color HEX #BC68A0 Hopbush

📋 copy color: '#BC68A0'

red 188 ◦ green 104 ◦ blue 160

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

Shades of Hopbush #BC68A0

Tints of Hopbush #BC68A0

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.01%

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

R = 41.59%
G = 23.01%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC68A0 (or 0xBC68A0) is known color: Hopbush. HEX triplet: BC, 68 and A0. RGB value is (188,104,160). Sum of RGB (Red+Green+Blue) = 188+104+160=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC68A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC68A0 is #43975F. Grayscale: #878787. Windows color (decimal): -4429664 or 10512572. OLE color: 10512572.

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

Color convert

RGB 188 104 160 -
CMYK 0 0.45 0.15 0.26
HSL 320º 0.39% 0.57% -
HSV(B) 320º 0.45% 0.74% -
XYZ 32.03 23.13 36.03 -
YUV 135.5 141.83 165.45 -
System Red Green Blue C M Y K H S L
Decimal 188 104 160 0 0.45 0.15 0.26 320 0.39 0.57
Hex BC 68 A0 0 2D F 1A 140 27 39
Octal 274 150 240 0 55 17 32 500 47 71
Binary 10111100 1101000 10100000 0 101101 1111 11010 101000000 100111 111001

Color Harmonies of #BC68A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC68A0

Black with #BC68A0

Text Example


Text Example

White with #BC68A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC68A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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