#BF7BFF

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

Shades of Heliotrope #BF7BFF

Tints of Heliotrope #BF7BFF

Color information

#BF7BFF (or 0xBF7BFF) is unknown color: approx Heliotrope. HEX triplet: BF, 7B and FF. RGB value is (191,123,255). Sum of RGB (Red+Green+Blue) = 191+123+255=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 123 (48.44% from 255 or 21.62% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF7BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7BFF is #408400. Grayscale: #9D9D9D. Windows color (decimal): -4228097 or 16743359. OLE color: 16743359.

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

Color convert

RGB191123255-
CMYK0.250.5200
HSL270.91º100%74.12%-
HSV(B)270.91º51.76%100%-
XYZ46.6232.4698.42-
YUV158.38182.53151.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.57%
GREEN value IS 123 (48.44% from 255) = 21.62%
BLUE value IS 255 (100% from 255) = 44.82%
R=33.57%
G=21.62%
B=44.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1911232550.250.5200270.9110074.12
HexBF7BFF19340010f644a
Octal277173377316400417144112
Binary10111111111101111111111110011101000010000111111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7BFF; }

 p { color: rgb(191,123,255); }

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

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

 a { background-color: rgb(191,123,255); }

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

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

 span { border-color: rgb(191,123,255); }

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