Html Css Color HEX #BC6DF8 Heliotrope

📋 copy color: '#BC6DF8'

red 188 ◦ green 109 ◦ blue 248

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

Shades of Heliotrope #BC6DF8

Tints of Heliotrope #BC6DF8

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20%

 BLUE value IS 248 (97.27% from 255) = 45.5%

R = 34.5%
G = 20%
B = 45.5%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BC6DF8 (or 0xBC6DF8) is known color: Heliotrope. HEX triplet: BC, 6D and F8. RGB value is (188,109,248). Sum of RGB (Red+Green+Blue) = 188+109+248=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 109 (42.97% from 255 or 20% from 545); Blue value is 248 (97.27% from 255 or 45.50% from 545); Max value from RGB is 248 - color contains mainly: blue. Hex color #BC6DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6DF8 is #439207. Grayscale: #939393. Windows color (decimal): -4428296 or 16281020. OLE color: 16281020.

HSL color Cylindrical-coordinate representation of color #BC6DF8: hue angle of 274.1º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC6DF8 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 109 248 -
CMYK 0.24 0.56 0 0.03
HSL 274.1º 0.91% 0.7% -
HSV(B) 274.1º 0.56% 0.97% -
XYZ 43.15 28.41 92.02 -
YUV 148.47 184.17 156.2 -
System Red Green Blue C M Y K H S L
Decimal 188 109 248 0.24 0.56 0 0.03 274.1 0.91 0.7
Hex BC 6D F8 18 38 0 3 112 5B 46
Octal 274 155 370 30 70 0 3 422 133 106
Binary 10111100 1101101 11111000 11000 111000 0 11 100010010 1011011 1000110

Color Harmonies of #BC6DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6DF8

Black with #BC6DF8

Text Example


Text Example

White with #BC6DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6DF8; }

 p { color: rgb(188,109,248); }

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

background-color css

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

 a { background-color: rgb(188,109,248); }

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

border-color css

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

 span { border-color: rgb(188,109,248); }

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