#BC85FF

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

Shades of Heliotrope #BC85FF

Tints of Heliotrope #BC85FF

Color information

#BC85FF (or 0xBC85FF) is unknown color: approx Heliotrope. HEX triplet: BC, 85 and FF. RGB value is (188,133,255). Sum of RGB (Red+Green+Blue) = 188+133+255=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 133 (52.34% from 255 or 23.09% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC85FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC85FF is #437A00. Grayscale: #A2A2A2. Windows color (decimal): -4422145 or 16745916. OLE color: 16745916.

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

Color convert

RGB188133255-
CMYK0.260.4800
HSL267.05º100%76.08%-
HSV(B)267.05º47.84%100%-
XYZ47.1834.6998.82-
YUV163.35179.72145.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.64%
GREEN value IS 133 (52.34% from 255) = 23.09%
BLUE value IS 255 (100% from 255) = 44.27%
R=32.64%
G=23.09%
B=44.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1881332550.260.4800267.0510076.08
HexBC85FF1A300010b644c
Octal274205377326000413144114
Binary101111001000010111111111110101100000010000101111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC85FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC85FF; }

 p { color: rgb(188,133,255); }

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

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

 a { background-color: rgb(188,133,255); }

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

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

 span { border-color: rgb(188,133,255); }

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