Html Css Color HEX #BC6EFE Heliotrope

📋 copy color: '#BC6EFE'

red 188 ◦ green 110 ◦ blue 254

#BC6EFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #BC6EFE

Tints of Heliotrope #BC6EFE

RGB

 RED value IS 188 (73.83% from 255) = 34.06%

 GREEN value IS 110 (43.36% from 255) = 19.93%

 BLUE value IS 254 (99.61% from 255) = 46.01%

R = 34.06%
G = 19.93%
B = 46.01%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BC6EFE (or 0xBC6EFE) is known color: Heliotrope. HEX triplet: BC, 6E and FE. RGB value is (188,110,254). Sum of RGB (Red+Green+Blue) = 188+110+254=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 110 (43.36% from 255 or 19.93% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC6EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6EFE is #439101. Grayscale: #959595. Windows color (decimal): -4428034 or 16674492. OLE color: 16674492.

HSL color Cylindrical-coordinate representation of color #BC6EFE: hue angle of 272.5º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC6EFE is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 110 254 -
CMYK 0.26 0.57 0 0.00
HSL 272.5º 0.99% 0.71% -
HSV(B) 272.5º 0.57% 1% -
XYZ 44.2 29 97.03 -
YUV 149.74 186.84 155.29 -
System Red Green Blue C M Y K H S L
Decimal 188 110 254 0.26 0.57 0 0.00 272.5 0.99 0.71
Hex BC 6E FE 1A 39 0 0 110 63 47
Octal 274 156 376 32 71 0 0 420 143 107
Binary 10111100 1101110 11111110 11010 111001 0 0 100010000 1100011 1000111

Color Harmonies of #BC6EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6EFE

Black with #BC6EFE

Text Example


Text Example

White with #BC6EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6EFE; }

 p { color: rgb(188,110,254); }

 H1.HeaderClassName
 {
   color: #BC6EFE;
 }
 .AnyTagClassName
 {
   color: #BC6EFE;
 }
</style>

background-color css

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

 a { background-color: rgb(188,110,254); }

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

border-color css

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

 span { border-color: rgb(188,110,254); }

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