Html Css Color HEX #BD73A8 Bouquet

📋 copy color: '#BD73A8'

red 189 ◦ green 115 ◦ blue 168

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

Shades of Bouquet #BD73A8

Tints of Bouquet #BD73A8

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.36%

 BLUE value IS 168 (66.02% from 255) = 35.59%

R = 40.04%
G = 24.36%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BD73A8 (or 0xBD73A8) is known color: Bouquet. HEX triplet: BD, 73 and A8. RGB value is (189,115,168). Sum of RGB (Red+Green+Blue) = 189+115+168=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 115 (45.31% from 255 or 24.36% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BD73A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD73A8 is #428C57. Grayscale: #8F8F8F. Windows color (decimal): -4361304 or 11039677. OLE color: 11039677.

HSL color Cylindrical-coordinate representation of color #BD73A8: hue angle of 317.03º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD73A8 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 115 168 -
CMYK 0 0.39 0.11 0.26
HSL 317.03º 0.36% 0.6% -
HSV(B) 317.03º 0.39% 0.74% -
XYZ 34.18 25.91 40.24 -
YUV 143.17 142.02 160.69 -
System Red Green Blue C M Y K H S L
Decimal 189 115 168 0 0.39 0.11 0.26 317.03 0.36 0.6
Hex BD 73 A8 0 27 B 1A 13D 24 3C
Octal 275 163 250 0 47 13 32 475 44 74
Binary 10111101 1110011 10101000 0 100111 1011 11010 100111101 100100 111100

Color Harmonies of #BD73A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD73A8

Black with #BD73A8

Text Example


Text Example

White with #BD73A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD73A8; }

 p { color: rgb(189,115,168); }

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

background-color css

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

 a { background-color: rgb(189,115,168); }

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

border-color css

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

 span { border-color: rgb(189,115,168); }

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