#BF7BED

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

Shades of Heliotrope #BF7BED

Tints of Heliotrope #BF7BED

Color information

#BF7BED (or 0xBF7BED) is unknown color: approx Heliotrope. HEX triplet: BF, 7B and ED. RGB value is (191,123,237). Sum of RGB (Red+Green+Blue) = 191+123+237=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 123 (48.44% from 255 or 22.32% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF7BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7BED is #408412. Grayscale: #9B9B9B. Windows color (decimal): -4228115 or 15563711. OLE color: 15563711.

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

Color convert

RGB191123237-
CMYK0.190.4800.07
HSL275.79º76%70.59%-
HSV(B)275.79º48.1%92.94%-
XYZ43.8531.3683.86-
YUV156.33173.53152.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.66%
GREEN value IS 123 (48.44% from 255) = 22.32%
BLUE value IS 237 (92.97% from 255) = 43.01%
R=34.66%
G=22.32%
B=43.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911232370.190.4800.07275.797670.59
HexBF7BED1330071144c47
Octal277173355236007424114107
Binary1011111111110111110110110011110000011110001010010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7BED; }

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

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

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

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

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

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

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

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