Html Css Color HEX #BC70AD Bouquet

📋 copy color: '#BC70AD'

red 188 ◦ green 112 ◦ blue 173

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

Shades of Bouquet #BC70AD

Tints of Bouquet #BC70AD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.68%

 BLUE value IS 173 (67.97% from 255) = 36.58%

R = 39.75%
G = 23.68%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC70AD (or 0xBC70AD) is known color: Bouquet. HEX triplet: BC, 70 and AD. RGB value is (188,112,173). Sum of RGB (Red+Green+Blue) = 188+112+173=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BC70AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC70AD is #438F52. Grayscale: #8D8D8D. Windows color (decimal): -4427603 or 11366588. OLE color: 11366588.

HSL color Cylindrical-coordinate representation of color #BC70AD: hue angle of 311.84º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC70AD is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 112 173 -
CMYK 0 0.40 0.08 0.26
HSL 311.84º 0.36% 0.59% -
HSV(B) 311.84º 0.4% 0.74% -
XYZ 34.08 25.3 42.62 -
YUV 141.68 145.68 161.04 -
System Red Green Blue C M Y K H S L
Decimal 188 112 173 0 0.40 0.08 0.26 311.84 0.36 0.59
Hex BC 70 AD 0 28 8 1A 138 24 3B
Octal 274 160 255 0 50 10 32 470 44 73
Binary 10111100 1110000 10101101 0 101000 1000 11010 100111000 100100 111011

Color Harmonies of #BC70AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC70AD

Black with #BC70AD

Text Example


Text Example

White with #BC70AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC70AD; }

 p { color: rgb(188,112,173); }

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

background-color css

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

 a { background-color: rgb(188,112,173); }

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

border-color css

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

 span { border-color: rgb(188,112,173); }

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