#BC7BFD

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

Shades of Heliotrope #BC7BFD

Tints of Heliotrope #BC7BFD

Color information

#BC7BFD (or 0xBC7BFD) is unknown color: approx Heliotrope. HEX triplet: BC, 7B and FD. RGB value is (188,123,253). Sum of RGB (Red+Green+Blue) = 188+123+253=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 123 (48.44% from 255 or 21.81% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC7BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7BFD is #438402. Grayscale: #9C9C9C. Windows color (decimal): -4424707 or 16612284. OLE color: 16612284.

HSL color Cylindrical-coordinate representation of color #BC7BFD: hue angle of 270º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC7BFD is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB188123253-
CMYK0.260.5100.01
HSL270º97.01%73.73%-
HSV(B)270º51.38%99.22%-
XYZ45.5531.9596.69-
YUV157.26182.03149.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.33%
GREEN value IS 123 (48.44% from 255) = 21.81%
BLUE value IS 253 (99.22% from 255) = 44.86%
R=33.33%
G=21.81%
B=44.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881232530.260.5100.0127097.0173.73
HexBC7BFD1A330110e614a
Octal274173375326301416141112
Binary10111100111101111111101110101100110110000111011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7BFD; }

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

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

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

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

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

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

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

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