#BD67A4

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

Shades of Hopbush #BD67A4

Tints of Hopbush #BD67A4

Color information

#BD67A4 (or 0xBD67A4) is unknown color: approx Hopbush. HEX triplet: BD, 67 and A4. RGB value is (189,103,164). Sum of RGB (Red+Green+Blue) = 189+103+164=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 164 (64.45% from 255 or 35.96% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BD67A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD67A4 is #42985B. Grayscale: #878787. Windows color (decimal): -4364380 or 10774461. OLE color: 10774461.

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

Color convert

RGB189103164-
CMYK00.460.130.26
HSL317.44º39.45%57.25%-
HSV(B)317.44º45.5%74.12%-
XYZ32.5423.237.89-
YUV135.67143.99166.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.45%
GREEN value IS 103 (40.62% from 255) = 22.59%
BLUE value IS 164 (64.45% from 255) = 35.96%
R=41.45%
G=22.59%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910316400.460.130.26317.4439.4557.25
HexBD67A402ED1A13d2739
Octal27514724405615324754771
Binary101111011100111101001000101110110111010100111101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD67A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD67A4; }

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

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

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

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

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

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

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

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