Html Css Color HEX #BC6DF9 Heliotrope

📋 copy color: '#BC6DF9'

red 188 ◦ green 109 ◦ blue 249

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

Shades of Heliotrope #BC6DF9

Tints of Heliotrope #BC6DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 45.6%

R = 34.43%
G = 19.96%
B = 45.6%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC6DF9 (or 0xBC6DF9) is known color: Heliotrope. HEX triplet: BC, 6D and F9. RGB value is (188,109,249). Sum of RGB (Red+Green+Blue) = 188+109+249=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 109 (42.97% from 255 or 19.96% from 546); Blue value is 249 (97.66% from 255 or 45.60% from 546); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC6DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6DF9 is #439206. Grayscale: #949494. Windows color (decimal): -4428295 or 16346556. OLE color: 16346556.

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

Color convert

RGB 188 109 249 -
CMYK 0.24 0.56 0 0.02
HSL 273.86º 0.92% 0.7% -
HSV(B) 273.86º 0.56% 0.98% -
XYZ 43.31 28.47 92.83 -
YUV 148.58 184.67 156.12 -
System Red Green Blue C M Y K H S L
Decimal 188 109 249 0.24 0.56 0 0.02 273.86 0.92 0.7
Hex BC 6D F9 18 38 0 2 112 5C 46
Octal 274 155 371 30 70 0 2 422 134 106
Binary 10111100 1101101 11111001 11000 111000 0 10 100010010 1011100 1000110

Color Harmonies of #BC6DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6DF9

Black with #BC6DF9

Text Example


Text Example

White with #BC6DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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