Html Css Color HEX #BC75AD Bouquet

📋 copy color: '#BC75AD'

red 188 ◦ green 117 ◦ blue 173

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

Shades of Bouquet #BC75AD

Tints of Bouquet #BC75AD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.48%

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

R = 39.33%
G = 24.48%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC75AD (or 0xBC75AD) is known color: Bouquet. HEX triplet: BC, 75 and AD. RGB value is (188,117,173). Sum of RGB (Red+Green+Blue) = 188+117+173=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BC75AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC75AD is #438A52. Grayscale: #909090. Windows color (decimal): -4426323 or 11367868. OLE color: 11367868.

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

Color convert

RGB 188 117 173 -
CMYK 0 0.38 0.08 0.26
HSL 312.68º 0.35% 0.6% -
HSV(B) 312.68º 0.38% 0.74% -
XYZ 34.64 26.43 42.81 -
YUV 144.61 144.02 158.95 -
System Red Green Blue C M Y K H S L
Decimal 188 117 173 0 0.38 0.08 0.26 312.68 0.35 0.6
Hex BC 75 AD 0 26 8 1A 139 23 3C
Octal 274 165 255 0 46 10 32 471 43 74
Binary 10111100 1110101 10101101 0 100110 1000 11010 100111001 100011 111100

Color Harmonies of #BC75AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC75AD

Black with #BC75AD

Text Example


Text Example

White with #BC75AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC75AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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