#BD67FD

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

Shades of Heliotrope #BD67FD

Tints of Heliotrope #BD67FD

Color information

#BD67FD (or 0xBD67FD) is unknown color: approx Heliotrope. HEX triplet: BD, 67 and FD. RGB value is (189,103,253). Sum of RGB (Red+Green+Blue) = 189+103+253=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 103 (40.62% from 255 or 18.90% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD67FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD67FD is #429802. Grayscale: #919191. Windows color (decimal): -4364291 or 16607165. OLE color: 16607165.

HSL color Cylindrical-coordinate representation of color #BD67FD: hue angle of 274.4º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD67FD is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189103253-
CMYK0.250.5900.01
HSL274.4º97.4%69.8%-
HSV(B)274.4º59.29%99.22%-
XYZ43.5727.6195.96-
YUV145.81188.49158.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.68%
GREEN value IS 103 (40.62% from 255) = 18.90%
BLUE value IS 253 (99.22% from 255) = 46.42%
R=34.68%
G=18.90%
B=46.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1891032530.250.5900.01274.497.469.8
HexBD67FD193B011126146
Octal275147375317301422141106
Binary10111101110011111111101110011110110110001001011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD67FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD67FD; }

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

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

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

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

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

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

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

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