Html Css Color HEX #BD7BA7 Bouquet

📋 copy color: '#BD7BA7'

red 189 ◦ green 123 ◦ blue 167

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

Shades of Bouquet #BD7BA7

Tints of Bouquet #BD7BA7

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.68%

 BLUE value IS 167 (65.63% from 255) = 34.86%

R = 39.46%
G = 25.68%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BD7BA7 (or 0xBD7BA7) is known color: Bouquet. HEX triplet: BD, 7B and A7. RGB value is (189,123,167). Sum of RGB (Red+Green+Blue) = 189+123+167=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 167 (65.62% from 255 or 34.86% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7BA7 is #428458. Grayscale: #939393. Windows color (decimal): -4359257 or 10976189. OLE color: 10976189.

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

Color convert

RGB 189 123 167 -
CMYK 0 0.35 0.12 0.26
HSL 320º 0.33% 0.61% -
HSV(B) 320º 0.35% 0.74% -
XYZ 35.04 27.77 40.07 -
YUV 147.75 138.87 157.42 -
System Red Green Blue C M Y K H S L
Decimal 189 123 167 0 0.35 0.12 0.26 320 0.33 0.61
Hex BD 7B A7 0 23 C 1A 140 21 3D
Octal 275 173 247 0 43 14 32 500 41 75
Binary 10111101 1111011 10100111 0 100011 1100 11010 101000000 100001 111101

Color Harmonies of #BD7BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7BA7

Black with #BD7BA7

Text Example


Text Example

White with #BD7BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7BA7; }

 p { color: rgb(189,123,167); }

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

background-color css

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

 a { background-color: rgb(189,123,167); }

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

border-color css

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

 span { border-color: rgb(189,123,167); }

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