Html Css Color HEX #BC6CF7 Heliotrope

📋 copy color: '#BC6CF7'

red 188 ◦ green 108 ◦ blue 247

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

Shades of Heliotrope #BC6CF7

Tints of Heliotrope #BC6CF7

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.89%

 BLUE value IS 247 (96.88% from 255) = 45.49%

R = 34.62%
G = 19.89%
B = 45.49%

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

#BC6CF7 (or 0xBC6CF7) is known color: Heliotrope. HEX triplet: BC, 6C and F7. RGB value is (188,108,247). Sum of RGB (Red+Green+Blue) = 188+108+247=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 108 (42.58% from 255 or 19.89% from 543); Blue value is 247 (96.88% from 255 or 45.49% from 543); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC6CF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6CF7 is #439308. Grayscale: #939393. Windows color (decimal): -4428553 or 16215228. OLE color: 16215228.

HSL color Cylindrical-coordinate representation of color #BC6CF7: hue angle of 274.53º degrees, saturation: 0.9, 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 #BC6CF7 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 108 247 -
CMYK 0.24 0.56 0 0.03
HSL 274.53º 0.9% 0.7% -
HSV(B) 274.53º 0.56% 0.97% -
XYZ 42.89 28.13 91.17 -
YUV 147.77 184 156.7 -
System Red Green Blue C M Y K H S L
Decimal 188 108 247 0.24 0.56 0 0.03 274.53 0.9 0.7
Hex BC 6C F7 18 38 0 3 113 5A 46
Octal 274 154 367 30 70 0 3 423 132 106
Binary 10111100 1101100 11110111 11000 111000 0 11 100010011 1011010 1000110

Color Harmonies of #BC6CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6CF7

Black with #BC6CF7

Text Example


Text Example

White with #BC6CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6CF7; }

 p { color: rgb(188,108,247); }

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

background-color css

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

 a { background-color: rgb(188,108,247); }

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

border-color css

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

 span { border-color: rgb(188,108,247); }

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