#BC67FD

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

Shades of Heliotrope #BC67FD

Tints of Heliotrope #BC67FD

Color information

#BC67FD (or 0xBC67FD) is unknown color: approx Heliotrope. HEX triplet: BC, 67 and FD. RGB value is (188,103,253). Sum of RGB (Red+Green+Blue) = 188+103+253=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 103 (40.62% from 255 or 18.93% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC67FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC67FD is #439802. Grayscale: #919191. Windows color (decimal): -4429827 or 16607164. OLE color: 16607164.

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

Color convert

RGB188103253-
CMYK0.260.5900.01
HSL274º97.4%69.8%-
HSV(B)274º59.29%99.22%-
XYZ43.3227.4895.95-
YUV145.52188.66158.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.56%
GREEN value IS 103 (40.62% from 255) = 18.93%
BLUE value IS 253 (99.22% from 255) = 46.51%
R=34.56%
G=18.93%
B=46.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881032530.260.5900.0127497.469.8
HexBC67FD1A3B011126146
Octal274147375327301422141106
Binary10111100110011111111101110101110110110001001011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC67FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC67FD; }

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

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

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

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

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

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

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

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