#BC7BED

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

Shades of Heliotrope #BC7BED

Tints of Heliotrope #BC7BED

Color information

#BC7BED (or 0xBC7BED) is unknown color: approx Heliotrope. HEX triplet: BC, 7B and ED. RGB value is (188,123,237). Sum of RGB (Red+Green+Blue) = 188+123+237=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 123 (48.44% from 255 or 22.45% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC7BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7BED is #438412. Grayscale: #9B9B9B. Windows color (decimal): -4424723 or 15563708. OLE color: 15563708.

HSL color Cylindrical-coordinate representation of color #BC7BED: hue angle of 274.21º 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 #BC7BED is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188123237-
CMYK0.210.4800.07
HSL274.21º76%70.59%-
HSV(B)274.21º48.1%92.94%-
XYZ43.1130.9783.83-
YUV155.43174.03151.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.31%
GREEN value IS 123 (48.44% from 255) = 22.45%
BLUE value IS 237 (92.97% from 255) = 43.25%
R=34.31%
G=22.45%
B=43.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881232370.210.4800.07274.217670.59
HexBC7BED1530071124c47
Octal274173355256007422114107
Binary1011110011110111110110110101110000011110001001010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7BED; }

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

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

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

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

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

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

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

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