#BD83A0

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

Shades of Viola #BD83A0

Tints of Viola #BD83A0

Color information

#BD83A0 (or 0xBD83A0) is unknown color: approx Viola. HEX triplet: BD, 83 and A0. RGB value is (189,131,160). Sum of RGB (Red+Green+Blue) = 189+131+160=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 189 - color contains mainly: red. Hex color #BD83A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD83A0 is #427C5F. Grayscale: #979797. Windows color (decimal): -4357216 or 10519485. OLE color: 10519485.

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

Color convert

RGB189131160-
CMYK00.310.150.26
HSL330º30.53%62.75%-
HSV(B)330º30.69%74.12%-
XYZ35.4529.5937.1-
YUV151.65132.72154.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.38%
GREEN value IS 131 (51.56% from 255) = 27.29%
BLUE value IS 160 (62.89% from 255) = 33.33%
R=39.38%
G=27.29%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913116000.310.150.2633030.5362.75
HexBD83A001FF1A14a1f3f
Octal27520324003717325123777
Binary10111101100000111010000001111111111101010100101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD83A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD83A0; }

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

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

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

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

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

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

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

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