#BD67A0

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

Shades of Hopbush #BD67A0

Tints of Hopbush #BD67A0

Color information

#BD67A0 (or 0xBD67A0) is unknown color: approx Hopbush. HEX triplet: BD, 67 and A0. RGB value is (189,103,160). Sum of RGB (Red+Green+Blue) = 189+103+160=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 103 (40.62% from 255 or 22.79% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BD67A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD67A0 is #42985F. Grayscale: #878787. Windows color (decimal): -4364384 or 10512317. OLE color: 10512317.

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

Color convert

RGB189103160-
CMYK00.460.150.26
HSL320.23º39.45%57.25%-
HSV(B)320.23º45.5%74.12%-
XYZ32.1823.0636.01-
YUV135.21141.99166.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.81%
GREEN value IS 103 (40.62% from 255) = 22.79%
BLUE value IS 160 (62.89% from 255) = 35.40%
R=41.81%
G=22.79%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910316000.460.150.26320.2339.4557.25
HexBD67A002EF1A1402739
Octal27514724005617325004771
Binary101111011100111101000000101110111111010101000000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD67A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD67A0; }

 p { color: rgb(189,103,160); }

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

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

 a { background-color: rgb(189,103,160); }

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

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

 span { border-color: rgb(189,103,160); }

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