Html Css Color HEX #BD70A2 Bouquet

📋 copy color: '#BD70A2'

red 189 ◦ green 112 ◦ blue 162

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

Shades of Bouquet #BD70A2

Tints of Bouquet #BD70A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.99%

R = 40.82%
G = 24.19%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BD70A2 (or 0xBD70A2) is known color: Bouquet. HEX triplet: BD, 70 and A2. RGB value is (189,112,162). Sum of RGB (Red+Green+Blue) = 189+112+162=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 162 (63.67% from 255 or 34.99% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD70A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD70A2 is #428F5D. Grayscale: #8C8C8C. Windows color (decimal): -4362078 or 10645693. OLE color: 10645693.

HSL color Cylindrical-coordinate representation of color #BD70A2: hue angle of 321.04º 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 #BD70A2 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 112 162 -
CMYK 0 0.41 0.14 0.26
HSL 321.04º 0.37% 0.59% -
HSV(B) 321.04º 0.41% 0.74% -
XYZ 33.3 25.02 37.26 -
YUV 140.72 140.01 162.43 -
System Red Green Blue C M Y K H S L
Decimal 189 112 162 0 0.41 0.14 0.26 321.04 0.37 0.59
Hex BD 70 A2 0 29 E 1A 141 25 3B
Octal 275 160 242 0 51 16 32 501 45 73
Binary 10111101 1110000 10100010 0 101001 1110 11010 101000001 100101 111011

Color Harmonies of #BD70A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD70A2

Black with #BD70A2

Text Example


Text Example

White with #BD70A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD70A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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