Html Css Color HEX #BD70AD Bouquet

📋 copy color: '#BD70AD'

red 189 ◦ green 112 ◦ blue 173

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

Shades of Bouquet #BD70AD

Tints of Bouquet #BD70AD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.63%

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

R = 39.87%
G = 23.63%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD70AD (or 0xBD70AD) is known color: Bouquet. HEX triplet: BD, 70 and AD. RGB value is (189,112,173). Sum of RGB (Red+Green+Blue) = 189+112+173=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BD70AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD70AD is #428F52. Grayscale: #8D8D8D. Windows color (decimal): -4362067 or 11366589. OLE color: 11366589.

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

Color convert

RGB 189 112 173 -
CMYK 0 0.41 0.08 0.26
HSL 312.47º 0.37% 0.59% -
HSV(B) 312.47º 0.41% 0.74% -
XYZ 34.32 25.42 42.63 -
YUV 141.98 145.51 161.54 -
System Red Green Blue C M Y K H S L
Decimal 189 112 173 0 0.41 0.08 0.26 312.47 0.37 0.59
Hex BD 70 AD 0 29 8 1A 138 25 3B
Octal 275 160 255 0 51 10 32 470 45 73
Binary 10111101 1110000 10101101 0 101001 1000 11010 100111000 100101 111011

Color Harmonies of #BD70AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD70AD

Black with #BD70AD

Text Example


Text Example

White with #BD70AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD70AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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