#BF6FF4

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

Shades of Heliotrope #BF6FF4

Tints of Heliotrope #BF6FF4

Color information

#BF6FF4 (or 0xBF6FF4) is unknown color: approx Heliotrope. HEX triplet: BF, 6F and F4. RGB value is (191,111,244). Sum of RGB (Red+Green+Blue) = 191+111+244=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 111 (43.75% from 255 or 20.33% from 546); Blue value is 244 (95.70% from 255 or 44.69% from 546); Max value from RGB is 244 - color contains mainly: blue. Hex color #BF6FF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6FF4 is #40900B. Grayscale: #959595. Windows color (decimal): -4231180 or 16019391. OLE color: 16019391.

HSL color Cylindrical-coordinate representation of color #BF6FF4: hue angle of 276.09º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF6FF4 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191111244-
CMYK0.220.5500.04
HSL276.09º85.81%69.61%-
HSV(B)276.09º54.51%95.69%-
XYZ43.528.9888.89-
YUV150.08181157.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.98%
GREEN value IS 111 (43.75% from 255) = 20.33%
BLUE value IS 244 (95.70% from 255) = 44.69%
R=34.98%
G=20.33%
B=44.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1911112440.220.5500.04276.0985.8169.61
HexBF6FF41637041145646
Octal277157364266704424126106
Binary1011111111011111111010010110110111010010001010010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6FF4; }

 p { color: rgb(191,111,244); }

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

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

 a { background-color: rgb(191,111,244); }

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

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

 span { border-color: rgb(191,111,244); }

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