#BD74F0

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

Shades of Heliotrope #BD74F0

Tints of Heliotrope #BD74F0

Color information

#BD74F0 (or 0xBD74F0) is unknown color: approx Heliotrope. HEX triplet: BD, 74 and F0. RGB value is (189,116,240). Sum of RGB (Red+Green+Blue) = 189+116+240=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 116 (45.70% from 255 or 21.28% from 545); Blue value is 240 (94.14% from 255 or 44.04% from 545); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD74F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD74F0 is #428B0F. Grayscale: #979797. Windows color (decimal): -4360976 or 15758525. OLE color: 15758525.

HSL color Cylindrical-coordinate representation of color #BD74F0: hue angle of 275.32º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD74F0 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189116240-
CMYK0.210.5200.06
HSL275.32º80.52%69.8%-
HSV(B)275.32º51.67%94.12%-
XYZ42.9629.685.89-
YUV151.96177.68154.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.68%
GREEN value IS 116 (45.70% from 255) = 21.28%
BLUE value IS 240 (94.14% from 255) = 44.04%
R=34.68%
G=21.28%
B=44.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1891162400.210.5200.06275.3280.5269.8
HexBD74F01534061135146
Octal275164360256406423121106
Binary1011110111101001111000010101110100011010001001110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD74F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD74F0; }

 p { color: rgb(189,116,240); }

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

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

 a { background-color: rgb(189,116,240); }

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

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

 span { border-color: rgb(189,116,240); }

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