Html Css Color HEX #BC75AC Bouquet

📋 copy color: '#BC75AC'

red 188 ◦ green 117 ◦ blue 172

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

Shades of Bouquet #BC75AC

Tints of Bouquet #BC75AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.06%

R = 39.41%
G = 24.53%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC75AC (or 0xBC75AC) is known color: Bouquet. HEX triplet: BC, 75 and AC. RGB value is (188,117,172). Sum of RGB (Red+Green+Blue) = 188+117+172=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 117 (46.09% from 255 or 24.53% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BC75AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC75AC is #438A53. Grayscale: #909090. Windows color (decimal): -4426324 or 11302332. OLE color: 11302332.

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

Color convert

RGB 188 117 172 -
CMYK 0 0.38 0.09 0.26
HSL 313.52º 0.35% 0.6% -
HSV(B) 313.52º 0.38% 0.74% -
XYZ 34.55 26.39 42.3 -
YUV 144.5 143.52 159.03 -
System Red Green Blue C M Y K H S L
Decimal 188 117 172 0 0.38 0.09 0.26 313.52 0.35 0.6
Hex BC 75 AC 0 26 9 1A 13A 23 3C
Octal 274 165 254 0 46 11 32 472 43 74
Binary 10111100 1110101 10101100 0 100110 1001 11010 100111010 100011 111100

Color Harmonies of #BC75AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC75AC

Black with #BC75AC

Text Example


Text Example

White with #BC75AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC75AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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