Html Css Color HEX #BD6EAC Bouquet

📋 copy color: '#BD6EAC'

red 189 ◦ green 110 ◦ blue 172

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

Shades of Bouquet #BD6EAC

Tints of Bouquet #BD6EAC

RGB

 RED value IS 189 (74.22% from 255) = 40.13%

 GREEN value IS 110 (43.36% from 255) = 23.35%

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

R = 40.13%
G = 23.35%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BD6EAC (or 0xBD6EAC) is known color: Bouquet. HEX triplet: BD, 6E and AC. RGB value is (189,110,172). Sum of RGB (Red+Green+Blue) = 189+110+172=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 110 (43.36% from 255 or 23.35% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6EAC is #429153. Grayscale: #8C8C8C. Windows color (decimal): -4362580 or 11300541. OLE color: 11300541.

HSL color Cylindrical-coordinate representation of color #BD6EAC: hue angle of 312.91º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD6EAC is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 110 172 -
CMYK 0 0.42 0.09 0.26
HSL 312.91º 0.37% 0.59% -
HSV(B) 312.91º 0.42% 0.74% -
XYZ 34.01 24.95 42.05 -
YUV 140.69 145.67 162.46 -
System Red Green Blue C M Y K H S L
Decimal 189 110 172 0 0.42 0.09 0.26 312.91 0.37 0.59
Hex BD 6E AC 0 2A 9 1A 139 25 3B
Octal 275 156 254 0 52 11 32 471 45 73
Binary 10111101 1101110 10101100 0 101010 1001 11010 100111001 100101 111011

Color Harmonies of #BD6EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6EAC

Black with #BD6EAC

Text Example


Text Example

White with #BD6EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6EAC; }

 p { color: rgb(189,110,172); }

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

background-color css

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

 a { background-color: rgb(189,110,172); }

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

border-color css

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

 span { border-color: rgb(189,110,172); }

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