Html Css Color HEX #BC75AB Bouquet

📋 copy color: '#BC75AB'

red 188 ◦ green 117 ◦ blue 171

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

Shades of Bouquet #BC75AB

Tints of Bouquet #BC75AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.92%

R = 39.5%
G = 24.58%
B = 35.92%

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

#BC75AB (or 0xBC75AB) is known color: Bouquet. HEX triplet: BC, 75 and AB. RGB value is (188,117,171). Sum of RGB (Red+Green+Blue) = 188+117+171=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BC75AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC75AB is #438A54. Grayscale: #909090. Windows color (decimal): -4426325 or 11236796. OLE color: 11236796.

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

Color convert

RGB 188 117 171 -
CMYK 0 0.38 0.09 0.26
HSL 314.37º 0.35% 0.6% -
HSV(B) 314.37º 0.38% 0.74% -
XYZ 34.45 26.35 41.8 -
YUV 144.39 143.02 159.11 -
System Red Green Blue C M Y K H S L
Decimal 188 117 171 0 0.38 0.09 0.26 314.37 0.35 0.6
Hex BC 75 AB 0 26 9 1A 13A 23 3C
Octal 274 165 253 0 46 11 32 472 43 74
Binary 10111100 1110101 10101011 0 100110 1001 11010 100111010 100011 111100

Color Harmonies of #BC75AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC75AB

Black with #BC75AB

Text Example


Text Example

White with #BC75AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC75AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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