#BD7FD4

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

Shades of East Side #BD7FD4

Tints of East Side #BD7FD4

Color information

#BD7FD4 (or 0xBD7FD4) is unknown color: approx East Side. HEX triplet: BD, 7F and D4. RGB value is (189,127,212). Sum of RGB (Red+Green+Blue) = 189+127+212=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 212 (83.20% from 255 or 40.15% from 528); Max value from RGB is 212 - color contains mainly: blue. Hex color #BD7FD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7FD4 is #42802B. Grayscale: #9A9A9A. Windows color (decimal): -4358188 or 13926333. OLE color: 13926333.

HSL color Cylindrical-coordinate representation of color #BD7FD4: hue angle of 283.76º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD7FD4 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB189127212-
CMYK0.110.4000.17
HSL283.76º49.71%66.47%-
HSV(B)283.76º40.09%83.14%-
XYZ40.4630.7566.09-
YUV155.23160.04152.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.80%
GREEN value IS 127 (50% from 255) = 24.05%
BLUE value IS 212 (83.20% from 255) = 40.15%
R=35.80%
G=24.05%
B=40.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1891272120.110.4000.17283.7649.7166.47
HexBD7FD4B2801111c3242
Octal275177324135002143462102
Binary1011110111111111101010010111010000100011000111001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7FD4; }

 p { color: rgb(189,127,212); }

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

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

 a { background-color: rgb(189,127,212); }

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

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

 span { border-color: rgb(189,127,212); }

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