#BC83FA

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

Shades of Heliotrope #BC83FA

Tints of Heliotrope #BC83FA

Color information

#BC83FA (or 0xBC83FA) is unknown color: approx Heliotrope. HEX triplet: BC, 83 and FA. RGB value is (188,131,250). Sum of RGB (Red+Green+Blue) = 188+131+250=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 131 (51.56% from 255 or 23.02% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC83FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC83FA is #437C05. Grayscale: #A1A1A1. Windows color (decimal): -4422662 or 16417724. OLE color: 16417724.

HSL color Cylindrical-coordinate representation of color #BC83FA: hue angle of 268.74º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC83FA is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188131250-
CMYK0.250.4800.02
HSL268.74º92.25%74.71%-
HSV(B)268.74º47.6%98.04%-
XYZ46.1133.8394.54-
YUV161.61177.88146.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.04%
GREEN value IS 131 (51.56% from 255) = 23.02%
BLUE value IS 250 (98.05% from 255) = 43.94%
R=33.04%
G=23.02%
B=43.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881312500.250.4800.02268.7492.2574.71
HexBC83FA19300210d5c4b
Octal274203372316002415134113
Binary1011110010000011111110101100111000001010000110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC83FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC83FA; }

 p { color: rgb(188,131,250); }

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

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

 a { background-color: rgb(188,131,250); }

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

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

 span { border-color: rgb(188,131,250); }

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