#BD75FE

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

Shades of Heliotrope #BD75FE

Tints of Heliotrope #BD75FE

Color information

#BD75FE (or 0xBD75FE) is unknown color: approx Heliotrope. HEX triplet: BD, 75 and FE. RGB value is (189,117,254). Sum of RGB (Red+Green+Blue) = 189+117+254=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 117 (46.09% from 255 or 20.89% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD75FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD75FE is #428A01. Grayscale: #999999. Windows color (decimal): -4360706 or 16676285. OLE color: 16676285.

HSL color Cylindrical-coordinate representation of color #BD75FE: hue angle of 271.53º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD75FE is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB189117254-
CMYK0.260.5400.00
HSL271.53º98.56%72.75%-
HSV(B)271.53º53.94%99.61%-
XYZ45.2430.797.31-
YUV154.15184.35152.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.75%
GREEN value IS 117 (46.09% from 255) = 20.89%
BLUE value IS 254 (99.61% from 255) = 45.36%
R=33.75%
G=20.89%
B=45.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1891172540.260.5400.00271.5398.5672.75
HexBD75FE1A36001106349
Octal275165376326600420143111
Binary10111101111010111111110110101101100010001000011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD75FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD75FE; }

 p { color: rgb(189,117,254); }

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

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

 a { background-color: rgb(189,117,254); }

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

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

 span { border-color: rgb(189,117,254); }

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