#BF5CFC

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

Shades of Heliotrope #BF5CFC

Tints of Heliotrope #BF5CFC

Color information

#BF5CFC (or 0xBF5CFC) is unknown color: approx Heliotrope. HEX triplet: BF, 5C and FC. RGB value is (191,92,252). Sum of RGB (Red+Green+Blue) = 191+92+252=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 92 (36.33% from 255 or 17.20% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #BF5CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5CFC is #40A303. Grayscale: #8B8B8B. Windows color (decimal): -4236036 or 16538815. OLE color: 16538815.

HSL color Cylindrical-coordinate representation of color #BF5CFC: hue angle of 277.12º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF5CFC is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB19192252-
CMYK0.240.6300.01
HSL277.12º96.39%67.45%-
HSV(B)277.12º63.49%98.82%-
XYZ42.8825.7694.81-
YUV139.84191.3164.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.70%
GREEN value IS 92 (36.33% from 255) = 17.20%
BLUE value IS 252 (98.83% from 255) = 47.10%
R=35.70%
G=17.20%
B=47.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal191922520.240.6300.01277.1296.3967.45
HexBF5CFC183F011156043
Octal277134374307701425140103
Binary10111111101110011111100110001111110110001010111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5CFC; }

 p { color: rgb(191,92,252); }

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

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

 a { background-color: rgb(191,92,252); }

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

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

 span { border-color: rgb(191,92,252); }

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