#BC74FD

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

Shades of Heliotrope #BC74FD

Tints of Heliotrope #BC74FD

Color information

#BC74FD (or 0xBC74FD) is unknown color: approx Heliotrope. HEX triplet: BC, 74 and FD. RGB value is (188,116,253). Sum of RGB (Red+Green+Blue) = 188+116+253=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 116 (45.70% from 255 or 20.83% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC74FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC74FD is #438B02. Grayscale: #989898. Windows color (decimal): -4426499 or 16610492. OLE color: 16610492.

HSL color Cylindrical-coordinate representation of color #BC74FD: hue angle of 271.53º 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 #BC74FD is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB188116253-
CMYK0.260.5400.01
HSL271.53º97.16%72.35%-
HSV(B)271.53º54.15%99.22%-
XYZ44.7130.2796.42-
YUV153.15184.35152.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.75%
GREEN value IS 116 (45.70% from 255) = 20.83%
BLUE value IS 253 (99.22% from 255) = 45.42%
R=33.75%
G=20.83%
B=45.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881162530.260.5400.01271.5397.1672.35
HexBC74FD1A36011106148
Octal274164375326601420141110
Binary10111100111010011111101110101101100110001000011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC74FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC74FD; }

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

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

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

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

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

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

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

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