Html Css Color HEX #BD78AD Bouquet

📋 copy color: '#BD78AD'

red 189 ◦ green 120 ◦ blue 173

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

Shades of Bouquet #BD78AD

Tints of Bouquet #BD78AD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.9%

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

R = 39.21%
G = 24.9%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD78AD (or 0xBD78AD) is known color: Bouquet. HEX triplet: BD, 78 and AD. RGB value is (189,120,173). Sum of RGB (Red+Green+Blue) = 189+120+173=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BD78AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD78AD is #428752. Grayscale: #929292. Windows color (decimal): -4360019 or 11368637. OLE color: 11368637.

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

Color convert

RGB 189 120 173 -
CMYK 0 0.37 0.08 0.26
HSL 313.91º 0.34% 0.61% -
HSV(B) 313.91º 0.37% 0.74% -
XYZ 35.25 27.27 42.94 -
YUV 146.67 142.86 158.19 -
System Red Green Blue C M Y K H S L
Decimal 189 120 173 0 0.37 0.08 0.26 313.91 0.34 0.61
Hex BD 78 AD 0 25 8 1A 13A 22 3D
Octal 275 170 255 0 45 10 32 472 42 75
Binary 10111101 1111000 10101101 0 100101 1000 11010 100111010 100010 111101

Color Harmonies of #BD78AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD78AD

Black with #BD78AD

Text Example


Text Example

White with #BD78AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD78AD; }

 p { color: rgb(189,120,173); }

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

background-color css

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

 a { background-color: rgb(189,120,173); }

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

border-color css

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

 span { border-color: rgb(189,120,173); }

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