#BD6393

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

Shades of Hopbush #BD6393

Tints of Hopbush #BD6393

Color information

#BD6393 (or 0xBD6393) is unknown color: approx Hopbush. HEX triplet: BD, 63 and 93. RGB value is (189,99,147). Sum of RGB (Red+Green+Blue) = 189+99+147=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6393 is #429C6C. Grayscale: #838383. Windows color (decimal): -4365421 or 9659325. OLE color: 9659325.

HSL color Cylindrical-coordinate representation of color #BD6393: hue angle of 328º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD6393 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB18999147-
CMYK00.480.220.26
HSL328º40.54%56.47%-
HSV(B)328º47.62%74.12%-
XYZ30.7121.8530.2-
YUV131.38136.82169.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.45%
GREEN value IS 99 (39.06% from 255) = 22.76%
BLUE value IS 147 (57.81% from 255) = 33.79%
R=43.45%
G=22.76%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899914700.480.220.2632840.5456.47
HexBD6393030161A1482938
Octal27514322306026325105170
Binary1011110111000111001001101100001011011010101001000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6393; }

 p { color: rgb(189,99,147); }

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

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

 a { background-color: rgb(189,99,147); }

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

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

 span { border-color: rgb(189,99,147); }

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