#BD69A1

Color #BD69A1 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #BD69A1

Tints of Hopbush #BD69A1

Color information

#BD69A1 (or 0xBD69A1) is unknown color: approx Hopbush. HEX triplet: BD, 69 and A1. RGB value is (189,105,161). Sum of RGB (Red+Green+Blue) = 189+105+161=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BD69A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD69A1 is #42965E. Grayscale: #888888. Windows color (decimal): -4363871 or 10578365. OLE color: 10578365.

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

Color convert

RGB189105161-
CMYK00.440.150.26
HSL320º38.89%57.65%-
HSV(B)320º44.44%74.12%-
XYZ32.4723.536.54-
YUV136.5141.83165.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.54%
GREEN value IS 105 (41.41% from 255) = 23.08%
BLUE value IS 161 (63.28% from 255) = 35.38%
R=41.54%
G=23.08%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910516100.440.150.2632038.8957.65
HexBD69A102CF1A140273a
Octal27515124105417325004772
Binary101111011101001101000010101100111111010101000000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD69A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD69A1; }

 p { color: rgb(189,105,161); }

 H1.HeaderClassName
 {
   color: #BD69A1;
 }
 .AnyTagClassName
 {
   color: #BD69A1;
 }
</style>
background-color css

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

 a { background-color: rgb(189,105,161); }

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

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

 span { border-color: rgb(189,105,161); }

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