#BD74FD

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

Shades of Heliotrope #BD74FD

Tints of Heliotrope #BD74FD

Color information

#BD74FD (or 0xBD74FD) is unknown color: approx Heliotrope. HEX triplet: BD, 74 and FD. RGB value is (189,116,253). Sum of RGB (Red+Green+Blue) = 189+116+253=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 116 (45.70% from 255 or 20.79% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD74FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD74FD is #428B02. Grayscale: #989898. Windows color (decimal): -4360963 or 16610493. OLE color: 16610493.

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

Color convert

RGB189116253-
CMYK0.250.5400.01
HSL271.97º97.16%72.35%-
HSV(B)271.97º54.15%99.22%-
XYZ44.9630.496.43-
YUV153.44184.18153.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.87%
GREEN value IS 116 (45.70% from 255) = 20.79%
BLUE value IS 253 (99.22% from 255) = 45.34%
R=33.87%
G=20.79%
B=45.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1891162530.250.5400.01271.9797.1672.35
HexBD74FD1936011106148
Octal275164375316601420141110
Binary10111101111010011111101110011101100110001000011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD74FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD74FD; }

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

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

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

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

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

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

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

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