Html Css Color HEX #BC7BA3 Bouquet

📋 copy color: '#BC7BA3'

red 188 ◦ green 123 ◦ blue 163

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

Shades of Bouquet #BC7BA3

Tints of Bouquet #BC7BA3

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.95%

 BLUE value IS 163 (64.06% from 255) = 34.39%

R = 39.66%
G = 25.95%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BC7BA3 (or 0xBC7BA3) is known color: Bouquet. HEX triplet: BC, 7B and A3. RGB value is (188,123,163). Sum of RGB (Red+Green+Blue) = 188+123+163=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 163 (64.06% from 255 or 34.39% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7BA3 is #43845C. Grayscale: #929292. Windows color (decimal): -4424797 or 10714044. OLE color: 10714044.

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

Color convert

RGB 188 123 163 -
CMYK 0 0.35 0.13 0.26
HSL 323.08º 0.33% 0.61% -
HSV(B) 323.08º 0.35% 0.74% -
XYZ 34.43 27.5 38.14 -
YUV 147 137.03 157.25 -
System Red Green Blue C M Y K H S L
Decimal 188 123 163 0 0.35 0.13 0.26 323.08 0.33 0.61
Hex BC 7B A3 0 23 D 1A 143 21 3D
Octal 274 173 243 0 43 15 32 503 41 75
Binary 10111100 1111011 10100011 0 100011 1101 11010 101000011 100001 111101

Color Harmonies of #BC7BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7BA3

Black with #BC7BA3

Text Example


Text Example

White with #BC7BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7BA3; }

 p { color: rgb(188,123,163); }

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

background-color css

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

 a { background-color: rgb(188,123,163); }

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

border-color css

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

 span { border-color: rgb(188,123,163); }

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