Html Css Color HEX #BD6FA2 Bouquet

📋 copy color: '#BD6FA2'

red 189 ◦ green 111 ◦ blue 162

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

Shades of Bouquet #BD6FA2

Tints of Bouquet #BD6FA2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.03%

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

R = 40.91%
G = 24.03%
B = 35.06%

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

#BD6FA2 (or 0xBD6FA2) is known color: Bouquet. HEX triplet: BD, 6F and A2. RGB value is (189,111,162). Sum of RGB (Red+Green+Blue) = 189+111+162=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6FA2 is #42905D. Grayscale: #8C8C8C. Windows color (decimal): -4362334 or 10645437. OLE color: 10645437.

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

Color convert

RGB 189 111 162 -
CMYK 0 0.41 0.14 0.26
HSL 320.77º 0.37% 0.59% -
HSV(B) 320.77º 0.41% 0.74% -
XYZ 33.19 24.8 37.22 -
YUV 140.14 140.34 162.85 -
System Red Green Blue C M Y K H S L
Decimal 189 111 162 0 0.41 0.14 0.26 320.77 0.37 0.59
Hex BD 6F A2 0 29 E 1A 141 25 3B
Octal 275 157 242 0 51 16 32 501 45 73
Binary 10111101 1101111 10100010 0 101001 1110 11010 101000001 100101 111011

Color Harmonies of #BD6FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6FA2

Black with #BD6FA2

Text Example


Text Example

White with #BD6FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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